History log of /external/libbrillo/brillo/message_loops/message_loop_utils.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c7b0177da3ad8299c8c7650d1dc21768591bd362 19-Jul-2016 Luis Hector Chavez <lhchavez@google.com> libbrillo: Update libchrome APIs to r405848

The new libchrome has been ported from Chromium and some APIs have
changed. Make necessary changes at call sites.

Notable changes from libchrome:
- base::Bind() now explicitly disallows captures in lambdas (which was
never allowed in the style guide), so lambdas should now be written in
a way that take the captures as parameters.
- base::ListValue::iterator now exposes std::unique_ptr<base::Value>
instead of raw base::Value*.

Bug: 29104761
Test: All tests in libbrillo_test pass on dragonboard-eng build

Change-Id: I4c49a27ca65dfcd180e863fcd3a9778ef80a8c41
/external/libbrillo/brillo/message_loops/message_loop_utils.cc
9ed0cab99f18acb3570a35e9408f24355f6b8324 13-Oct-2015 Alex Vakulenko <avakulenko@google.com> Move chromeos symbols into brillo namespace

And move the include files into "brillo" directory instead of "chromeos"

BUG: 24872993
TEST=built aosp and brillo and unit tests pass on dragonoboard

Change-Id: Ieb979d1ebd3152921d36cd15acbd6247f02aae69
/external/libbrillo/brillo/message_loops/message_loop_utils.cc