summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsorin <sorin@chromium.org>2016-02-08 12:50:27 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-08 20:52:10 +0000
commit33d8a15cbe9721bea42579a0cbd50cf58fa1f1be (patch)
tree8c456518b0ebb4331d54010a8f2f9f080e6a1dbc
parent9087342831926bfebdb28306ef7b807a90f745b4 (diff)
downloadchromium_src-33d8a15cbe9721bea42579a0cbd50cf58fa1f1be.zip
chromium_src-33d8a15cbe9721bea42579a0cbd50cf58fa1f1be.tar.gz
chromium_src-33d8a15cbe9721bea42579a0cbd50cf58fa1f1be.tar.bz2
Remove unnecessary compiler_specific.h header.
This is a mechanical cleanup to remove a header which is not needed. Review URL: https://codereview.chromium.org/1670733002 Cr-Commit-Position: refs/heads/master@{#374164}
-rw-r--r--chrome/browser/component_updater/pepper_flash_component_installer.cc1
-rw-r--r--chrome/browser/component_updater/pnacl_component_installer.cc1
-rw-r--r--chrome/browser/component_updater/recovery_component_installer.cc1
-rw-r--r--chrome/browser/component_updater/swiftshader_component_installer.cc1
-rw-r--r--chrome/browser/component_updater/widevine_cdm_component_installer.cc1
-rw-r--r--components/component_updater/component_updater_service.cc1
-rw-r--r--components/component_updater/configurator_impl.cc1
-rw-r--r--components/component_updater/default_component_installer.h1
-rw-r--r--components/update_client/component_patcher_operation.h1
-rw-r--r--components/update_client/component_patcher_unittest.cc1
-rw-r--r--components/update_client/request_sender.h1
-rw-r--r--components/update_client/request_sender_unittest.cc1
-rw-r--r--components/update_client/test_installer.h1
-rw-r--r--components/update_client/update_checker.cc1
-rw-r--r--components/update_client/update_checker_unittest.cc1
-rw-r--r--components/update_client/update_client.cc1
-rw-r--r--components/update_client/update_query_params.cc1
17 files changed, 0 insertions, 17 deletions
diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc
index 9c46ecf..d2124ed 100644
--- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
+++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
@@ -9,7 +9,6 @@
#include "base/base_paths.h"
#include "base/bind.h"
#include "base/command_line.h"
-#include "base/compiler_specific.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
diff --git a/chrome/browser/component_updater/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl_component_installer.cc
index 6c47ea1..1eec389 100644
--- a/chrome/browser/component_updater/pnacl_component_installer.cc
+++ b/chrome/browser/component_updater/pnacl_component_installer.cc
@@ -12,7 +12,6 @@
#include "base/base_paths.h"
#include "base/bind.h"
#include "base/callback.h"
-#include "base/compiler_specific.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
diff --git a/chrome/browser/component_updater/recovery_component_installer.cc b/chrome/browser/component_updater/recovery_component_installer.cc
index d25d602..41c61b3 100644
--- a/chrome/browser/component_updater/recovery_component_installer.cc
+++ b/chrome/browser/component_updater/recovery_component_installer.cc
@@ -10,7 +10,6 @@
#include "base/base_paths.h"
#include "base/bind.h"
#include "base/command_line.h"
-#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/json/json_file_value_serializer.h"
diff --git a/chrome/browser/component_updater/swiftshader_component_installer.cc b/chrome/browser/component_updater/swiftshader_component_installer.cc
index 1e82d3e..0dc0258 100644
--- a/chrome/browser/component_updater/swiftshader_component_installer.cc
+++ b/chrome/browser/component_updater/swiftshader_component_installer.cc
@@ -10,7 +10,6 @@
#include "base/base_paths.h"
#include "base/bind.h"
-#include "base/compiler_specific.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
diff --git a/chrome/browser/component_updater/widevine_cdm_component_installer.cc b/chrome/browser/component_updater/widevine_cdm_component_installer.cc
index 3f5f684..68c6d58 100644
--- a/chrome/browser/component_updater/widevine_cdm_component_installer.cc
+++ b/chrome/browser/component_updater/widevine_cdm_component_installer.cc
@@ -13,7 +13,6 @@
#include "base/base_paths.h"
#include "base/bind.h"
-#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
diff --git a/components/component_updater/component_updater_service.cc b/components/component_updater/component_updater_service.cc
index 490e5c4..fce7e99 100644
--- a/components/component_updater/component_updater_service.cc
+++ b/components/component_updater/component_updater_service.cc
@@ -13,7 +13,6 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h"
-#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/logging.h"
diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc
index 34097a0..35c1793 100644
--- a/components/component_updater/configurator_impl.cc
+++ b/components/component_updater/configurator_impl.cc
@@ -9,7 +9,6 @@
#include <algorithm>
#include "base/command_line.h"
-#include "base/compiler_specific.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/version.h"
diff --git a/components/component_updater/default_component_installer.h b/components/component_updater/default_component_installer.h
index f76bc83..5b99491 100644
--- a/components/component_updater/default_component_installer.h
+++ b/components/component_updater/default_component_installer.h
@@ -10,7 +10,6 @@
#include <vector>
#include "base/callback_forward.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
diff --git a/components/update_client/component_patcher_operation.h b/components/update_client/component_patcher_operation.h
index 1cb09e3..43e892c 100644
--- a/components/update_client/component_patcher_operation.h
+++ b/components/update_client/component_patcher_operation.h
@@ -8,7 +8,6 @@
#include <string>
#include "base/callback.h"
-#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
diff --git a/components/update_client/component_patcher_unittest.cc b/components/update_client/component_patcher_unittest.cc
index c398abc..d7ce117 100644
--- a/components/update_client/component_patcher_unittest.cc
+++ b/components/update_client/component_patcher_unittest.cc
@@ -5,7 +5,6 @@
#include "base/base_paths.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
diff --git a/components/update_client/request_sender.h b/components/update_client/request_sender.h
index 7b94143..b6ec23b 100644
--- a/components/update_client/request_sender.h
+++ b/components/update_client/request_sender.h
@@ -9,7 +9,6 @@
#include <vector>
#include "base/callback.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
diff --git a/components/update_client/request_sender_unittest.cc b/components/update_client/request_sender_unittest.cc
index 73fde39..527eb26 100644
--- a/components/update_client/request_sender_unittest.cc
+++ b/components/update_client/request_sender_unittest.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
diff --git a/components/update_client/test_installer.h b/components/update_client/test_installer.h
index 44a6f28..b6ef182 100644
--- a/components/update_client/test_installer.h
+++ b/components/update_client/test_installer.h
@@ -7,7 +7,6 @@
#include <string>
-#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "components/update_client/update_client.h"
diff --git a/components/update_client/update_checker.cc b/components/update_client/update_checker.cc
index 56de778..16a4a95 100644
--- a/components/update_client/update_checker.cc
+++ b/components/update_client/update_checker.cc
@@ -11,7 +11,6 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "base/compiler_specific.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
diff --git a/components/update_client/update_checker_unittest.cc b/components/update_client/update_checker_unittest.cc
index 727c0d0..0a799c8 100644
--- a/components/update_client/update_checker_unittest.cc
+++ b/components/update_client/update_checker_unittest.cc
@@ -4,7 +4,6 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "base/compiler_specific.h"
#include "base/files/file_util.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
diff --git a/components/update_client/update_client.cc b/components/update_client/update_client.cc
index 9f6e9559..ece7ced 100644
--- a/components/update_client/update_client.cc
+++ b/components/update_client/update_client.cc
@@ -13,7 +13,6 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/callback.h"
-#include "base/compiler_specific.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
diff --git a/components/update_client/update_query_params.cc b/components/update_client/update_query_params.cc
index f2d298d..1cd2073 100644
--- a/components/update_client/update_query_params.cc
+++ b/components/update_client/update_query_params.cc
@@ -4,7 +4,6 @@
#include "components/update_client/update_query_params.h"
-#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "base/win/windows_version.h"