diff options
author | Hidehiko Abe <hidehiko@chromium.org> | 2018-09-23 16:54:06 +0900 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2018-11-21 01:24:57 -0800 |
commit | eab915e308bd0399e334e510faa85327ce118764 (patch) | |
tree | dd5c0553558dba63694194e68cc805335586d35e /common/subprocess_unittest.cc | |
parent | abf1770963bfc3d8ff2e89a5fd77ffb02d88d05d (diff) |
Revert "Partially Revert 2b9d241"
This reverts commit 71818c8409812c5a08124627c19aa8ea0625a72e.
This patch was created because the upstream update_engine was using
the new version of libchrome and the Chrome OS one was not. Now
that we are upreving libchrome on Chrome OS we can revert this.
BUG=b:37434548
TEST=Build
CQ-DEPEND=CL:1240033
Change-Id: I98b7d124212087292500701782de08b3d3ecc559
Reviewed-on: https://chromium-review.googlesource.com/1239818
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Hidehiko Abe <hidehiko@chromium.org>
Reviewed-by: Amin Hassani <ahassani@chromium.org>
Diffstat (limited to 'common/subprocess_unittest.cc')
-rw-r--r-- | common/subprocess_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/subprocess_unittest.cc b/common/subprocess_unittest.cc index 10710e8a..c8996db5 100644 --- a/common/subprocess_unittest.cc +++ b/common/subprocess_unittest.cc @@ -32,7 +32,6 @@ #include <base/strings/string_util.h> #include <base/strings/stringprintf.h> #include <base/time/time.h> -#include <brillo/bind_lambda.h> #include <brillo/message_loops/base_message_loop.h> #include <brillo/message_loops/message_loop.h> #include <brillo/message_loops/message_loop_utils.h> |