aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/http/http_utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert "libbrillo: rename base::JSONReader methods"Qijiang Fan2020-07-311-4/+2
| | | | | | | | | This reverts commit 32948686256ac3df0e314b30749e32d94cff79a6. Reason for revert: JSONReaderDeprecated is not introduced in AOSP libchrome yet. Change-Id: I9c224dc8a3ce59c996e0da802723937d19c39118
* libbrillo: rename base::JSONReader methodsQijiang Fan2020-04-281-2/+4
| | | | | | | | | | | | | | | | | | In next libchrome r680000 uprev, base::JSONReader::ReadAndReturnError/Read is deprecated but remains available with Deprecated suffix. BUG=chromium:1054279 TEST=CQ Change-Id: Ibc1e3e545ba248604a03b09254165170b35a44e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2169509 Reviewed-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Qijiang Fan <fqj@google.com> Tested-by: Qijiang Fan <fqj@google.com> Cr-Mirrored-From: https://chromium.googlesource.com/chromiumos/platform2 Cr-Mirrored-Commit: 13680a1f09fe41971b682e41ba7443bcc1942683
* libbrillo: Remove release/aquire semantic from scoped_ptr/unique_ptrAlex Vakulenko2016-04-081-10/+7
| | | | | | | | | | | | | | Now that scoped_ptr is just a type alias to unique_ptr, there is no longer a need to convert between the two by using .release() and constructing the other with a raw pointer. BUG: None TEST: Built for dragonboard, all unit tests pass (except for update_engine, but those tests failed before these changes too). Change-Id: I93819e9243e925ced3a7a221217838af75c4d82c Cr-Mirrored-From: https://chromium.googlesource.com/chromiumos/platform2 Cr-Mirrored-Commit: 126faa74863003117438366bbb8119984be2bc10
* libbrillo: rename from libchromeosAlex Vakulenko2015-10-131-0/+440
Move chromeos symbols into brillo namespace, move the include files into "brillo" directory instead of "chromeos", and rename libchromeos[-.*] libraries into libbrillo-... Bug: b:24872993 TEST=built aosp and brillo and unit tests pass on dragonoboard Change-Id: Ieb979d1ebd3152921d36cd15acbd6247f02aae69 Cr-Mirrored-From: https://chromium.googlesource.com/chromiumos/platform2 Cr-Mirrored-Commit: 5ea23e0123f89a40db8a45b3473aae53f067b022