Commit 086f8f3c authored by Chan Li's avatar Chan Li Committed by Commit Bot

Revert "Remove empty base/bind_helpers.h"

This reverts commit 6f8b5118.

Reason for revert: caused compile failure on multiple builders.

Sample build: https://ci.chromium.org/p/chromium/builders/ci/Cast%20Audio%20Linux/90601?

Original change's description:
> Remove empty base/bind_helpers.h
>
> The contents moved to callback_helpers.h.
>
> Also renames a few new bind_helpers.h includes that have been added
> in the meantime.
>
> R=​dcheng@chromium.org
> TBR=
>
> Change-Id: Ia511a4939d60bd2ef5b474185e3716017543f8af
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523545
> Commit-Queue: danakj <danakj@chromium.org>
> Reviewed-by: Daniel Cheng <dcheng@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#826387}

TBR=danakj@chromium.org,dcheng@chromium.org

Change-Id: I7405532513d9195295aab659f565c8d00cdb3016
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533278Reviewed-by: default avatarChan Li <chanli@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826390}
parent 58252ce7
...@@ -152,6 +152,7 @@ component("base") { ...@@ -152,6 +152,7 @@ component("base") {
"big_endian.cc", "big_endian.cc",
"big_endian.h", "big_endian.h",
"bind.h", "bind.h",
"bind_helpers.h",
"bind_internal.h", "bind_internal.h",
"bit_cast.h", "bit_cast.h",
"bits.h", "bits.h",
......
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_BIND_HELPERS_H_
#define BASE_BIND_HELPERS_H_
#include "base/callback_helpers.h"
#endif // BASE_BIND_HELPERS_H_
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include <string> #include <string>
#include "base/bind.h" #include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h" #include "base/callback.h"
#include "base/callback_helpers.h"
#include "base/test/scoped_feature_list.h" #include "base/test/scoped_feature_list.h"
#include "chrome/browser/profiles/profile_attributes_entry.h" #include "chrome/browser/profiles/profile_attributes_entry.h"
#include "chrome/browser/profiles/profile_attributes_storage.h" #include "chrome/browser/profiles/profile_attributes_storage.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <memory> #include <memory>
#include <string> #include <string>
#include "base/callback_helpers.h" #include "base/bind_helpers.h"
#include "base/json/json_reader.h" #include "base/json/json_reader.h"
#include "base/optional.h" #include "base/optional.h"
#include "base/run_loop.h" #include "base/run_loop.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <utility> #include <utility>
#include "base/bind.h" #include "base/bind.h"
#include "base/callback_helpers.h" #include "base/bind_helpers.h"
#include "base/check_op.h" #include "base/check_op.h"
#include "base/guid.h" #include "base/guid.h"
#include "base/location.h" #include "base/location.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#error "This file requires ARC support." #error "This file requires ARC support."
#endif #endif
#include "base/callback_helpers.h" #include "base/bind_helpers.h"
#include "base/test/gmock_callback_support.h" #include "base/test/gmock_callback_support.h"
#include "base/test/metrics/histogram_tester.h" #include "base/test/metrics/histogram_tester.h"
#include "base/test/scoped_feature_list.h" #include "base/test/scoped_feature_list.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// found in the LICENSE file. // found in the LICENSE file.
#include "media/capture/video_capturer_source.h" #include "media/capture/video_capturer_source.h"
#include "base/callback_helpers.h" #include "base/bind_helpers.h"
namespace media { namespace media {
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include <utility> #include <utility>
#include "base/bind.h" #include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h" #include "base/callback.h"
#include "base/callback_helpers.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/macros.h" #include "base/macros.h"
#include "media/base/video_frame.h" #include "media/base/video_frame.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment