summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2016-03-17 13:53:13 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 20:54:51 +0000
commit7a424887acfb34ff97b2e98ea6188f512f609684 (patch)
treefbe36b59cec16041bd31e955af0fcd5a29c61643
parentf72852358bb018390318b4b95775294f0a429eb8 (diff)
downloadchromium_src-7a424887acfb34ff97b2e98ea6188f512f609684.zip
chromium_src-7a424887acfb34ff97b2e98ea6188f512f609684.tar.gz
chromium_src-7a424887acfb34ff97b2e98ea6188f512f609684.tar.bz2
Trim some headers from base/memory/scoped_ptr.h
BUG=554298 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/1810893003 Cr-Commit-Position: refs/heads/master@{#381793}
-rw-r--r--base/memory/scoped_ptr.h3
-rw-r--r--cc/base/contiguous_container.h1
-rw-r--r--content/browser/geofencing/geofencing_service.h1
-rw-r--r--content/renderer/origin_trials/web_trial_token_validator_impl.h2
-rw-r--r--net/dns/dns_transaction.h1
-rw-r--r--ui/events/gestures/blink/web_gesture_curve_impl.h1
6 files changed, 6 insertions, 3 deletions
diff --git a/base/memory/scoped_ptr.h b/base/memory/scoped_ptr.h
index 2d2c0ec..4483594 100644
--- a/base/memory/scoped_ptr.h
+++ b/base/memory/scoped_ptr.h
@@ -100,11 +100,8 @@
#include <type_traits>
#include <utility>
-#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/macros.h"
-#include "base/move.h"
-#include "build/build_config.h"
namespace base {
diff --git a/cc/base/contiguous_container.h b/cc/base/contiguous_container.h
index af82b7e..14f61c7 100644
--- a/cc/base/contiguous_container.h
+++ b/cc/base/contiguous_container.h
@@ -8,6 +8,7 @@
#include <stddef.h>
#include <utility>
+#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
diff --git a/content/browser/geofencing/geofencing_service.h b/content/browser/geofencing/geofencing_service.h
index 8c91193..dddbcfb 100644
--- a/content/browser/geofencing/geofencing_service.h
+++ b/content/browser/geofencing/geofencing_service.h
@@ -9,6 +9,7 @@
#include <map>
+#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"
diff --git a/content/renderer/origin_trials/web_trial_token_validator_impl.h b/content/renderer/origin_trials/web_trial_token_validator_impl.h
index ad20a1c..7cb1187 100644
--- a/content/renderer/origin_trials/web_trial_token_validator_impl.h
+++ b/content/renderer/origin_trials/web_trial_token_validator_impl.h
@@ -6,6 +6,8 @@
#define CONTENT_RENDERER_ORIGIN_TRIALS_WEB_TRIAL_TOKEN_VALIDATOR_IMPL_H_
#include <string>
+
+#include "base/compiler_specific.h"
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebTrialTokenValidator.h"
diff --git a/net/dns/dns_transaction.h b/net/dns/dns_transaction.h
index e338cb9..198b4b8 100644
--- a/net/dns/dns_transaction.h
+++ b/net/dns/dns_transaction.h
@@ -10,6 +10,7 @@
#include <string>
#include "base/callback_forward.h"
+#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "net/base/net_export.h"
diff --git a/ui/events/gestures/blink/web_gesture_curve_impl.h b/ui/events/gestures/blink/web_gesture_curve_impl.h
index d66e842..27eb0b4 100644
--- a/ui/events/gestures/blink/web_gesture_curve_impl.h
+++ b/ui/events/gestures/blink/web_gesture_curve_impl.h
@@ -7,6 +7,7 @@
#include <stdint.h>
+#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "third_party/WebKit/public/platform/WebGestureCurve.h"