diff options
author | Jay Civelli <jcivelli@google.com> | 2017-03-30 11:02:03 -0700 |
---|---|---|
committer | Hidehiko Abe <hidehiko@google.com> | 2017-11-28 15:05:29 +0900 |
commit | a78ddf883fe270dfd44ca030dd79eebf4ce22179 (patch) | |
tree | 0fe5b5756109210bfd97eb00abe194adbb70389e /payload_consumer/filesystem_verifier_action_unittest.cc | |
parent | 3a9c9623f2ffbe256f2d4d8897939f3d48b3cf52 (diff) |
update_engine: Update libchrome APIS to r456626.
The new libchrome has been ported from Chromium and some APIs
have changed. Make necessary changes at call sites.
BUG=chromium:724678
CQ-DEPEND=CL:480928
Test: Build.
Change-Id: I4dbaea4a2a19031375a8bf2415645a4f226dab57
Diffstat (limited to 'payload_consumer/filesystem_verifier_action_unittest.cc')
-rw-r--r-- | payload_consumer/filesystem_verifier_action_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/payload_consumer/filesystem_verifier_action_unittest.cc b/payload_consumer/filesystem_verifier_action_unittest.cc index 2e1d95de..b4f7f7fd 100644 --- a/payload_consumer/filesystem_verifier_action_unittest.cc +++ b/payload_consumer/filesystem_verifier_action_unittest.cc @@ -26,7 +26,6 @@ #include <base/posix/eintr_wrapper.h> #include <base/strings/string_util.h> #include <base/strings/stringprintf.h> -#include <brillo/bind_lambda.h> #include <brillo/message_loops/fake_message_loop.h> #include <brillo/message_loops/message_loop_utils.h> #include <gmock/gmock.h> |