aboutsummaryrefslogtreecommitdiff
path: root/common/once_timer_unittest.cc
diff options
context:
space:
mode:
authorQijiang Fan <fqj@google.com>2021-05-26 15:48:52 +0900
committerQijiang Fan <fqj@google.com>2021-05-26 17:27:11 +0900
commit0d8c856e592c13ede2adee9889a9403e3f526790 (patch)
tree82380ebe397f862c52ee573a0adc944e901e7d12 /common/once_timer_unittest.cc
parentf04991e6eb47ce69874fd380fda09720d05dd2e0 (diff)
downloadbt-0d8c856e592c13ede2adee9889a9403e3f526790.tar.gz
Update for Chrome OS libchrome uprev.
* base/bind_helpers.h All utilities of base/bind_helpers.h will be moved to base/callback_helpers.h. Add a wrapper header for system/bt. * using base::MakeUnboundRunType base::MakeUnboundRunType is now in base::internal namespace. Use internal namespace as temporary workaround. This change should be no-op to Android. Chrome OS Bug: crbug/2742042 Bug: 189293646 Tag: #floss Test: CrOS zork-floss-cq ci.chromium.org/ui/b/8846190456959373168 Change-Id: Ia37528fcc56300a45b21e74937e6a21eb8026f84
Diffstat (limited to 'common/once_timer_unittest.cc')
-rw-r--r--common/once_timer_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/once_timer_unittest.cc b/common/once_timer_unittest.cc
index d0fa23880..720474efe 100644
--- a/common/once_timer_unittest.cc
+++ b/common/once_timer_unittest.cc
@@ -15,11 +15,11 @@
*/
#include <base/bind.h>
-#include <base/bind_helpers.h>
#include <base/logging.h>
#include <gtest/gtest.h>
#include <future>
+#include "bind_helpers.h"
#include "message_loop_thread.h"
#include "once_timer.h"