Commit 6f8b5118 authored by danakj's avatar danakj Committed by Commit Bot

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: default avatarDaniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826387}
parent 94690627
......@@ -152,7 +152,6 @@ component("base") {
"big_endian.cc",
"big_endian.h",
"bind.h",
"bind_helpers.h",
"bind_internal.h",
"bit_cast.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 @@
#include <string>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h"
#include "base/callback_helpers.h"
#include "base/test/scoped_feature_list.h"
#include "chrome/browser/profiles/profile_attributes_entry.h"
#include "chrome/browser/profiles/profile_attributes_storage.h"
......
......@@ -7,7 +7,7 @@
#include <memory>
#include <string>
#include "base/bind_helpers.h"
#include "base/callback_helpers.h"
#include "base/json/json_reader.h"
#include "base/optional.h"
#include "base/run_loop.h"
......
......@@ -9,7 +9,7 @@
#include <utility>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback_helpers.h"
#include "base/check_op.h"
#include "base/guid.h"
#include "base/location.h"
......
......@@ -8,7 +8,7 @@
#error "This file requires ARC support."
#endif
#include "base/bind_helpers.h"
#include "base/callback_helpers.h"
#include "base/test/gmock_callback_support.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/test/scoped_feature_list.h"
......
......@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "media/capture/video_capturer_source.h"
#include "base/bind_helpers.h"
#include "base/callback_helpers.h"
namespace media {
......
......@@ -7,8 +7,8 @@
#include <utility>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h"
#include "base/callback_helpers.h"
#include "base/logging.h"
#include "base/macros.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