summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/devtools/devtools_file_watcher.cc1
-rw-r--r--chrome/browser/extensions/api/log_private/filter_handler.cc1
-rw-r--r--chrome/browser/google/google_brand.cc1
-rw-r--r--chrome/browser/spellchecker/spellcheck_host_metrics.h1
-rw-r--r--chrome/browser/sync_file_system/drive_backend/metadata_database_index.h1
-rw-r--r--chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.cc2
6 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/devtools/devtools_file_watcher.cc b/chrome/browser/devtools/devtools_file_watcher.cc
index d966de5..bfc4906 100644
--- a/chrome/browser/devtools/devtools_file_watcher.cc
+++ b/chrome/browser/devtools/devtools_file_watcher.cc
@@ -4,7 +4,6 @@
#include "chrome/browser/devtools/devtools_file_watcher.h"
-#include <algorithm>
#include <map>
#include <set>
diff --git a/chrome/browser/extensions/api/log_private/filter_handler.cc b/chrome/browser/extensions/api/log_private/filter_handler.cc
index 02c1306..6965932 100644
--- a/chrome/browser/extensions/api/log_private/filter_handler.cc
+++ b/chrome/browser/extensions/api/log_private/filter_handler.cc
@@ -4,7 +4,6 @@
#include "chrome/browser/extensions/api/log_private/filter_handler.h"
-#include <algorithm>
#include <string>
#include <vector>
diff --git a/chrome/browser/google/google_brand.cc b/chrome/browser/google/google_brand.cc
index 7e07284e..5360948 100644
--- a/chrome/browser/google/google_brand.cc
+++ b/chrome/browser/google/google_brand.cc
@@ -4,7 +4,6 @@
#include "chrome/browser/google/google_brand.h"
-#include <algorithm>
#include <string>
#include "base/macros.h"
diff --git a/chrome/browser/spellchecker/spellcheck_host_metrics.h b/chrome/browser/spellchecker/spellcheck_host_metrics.h
index 05da7ce..fe0df15 100644
--- a/chrome/browser/spellchecker/spellcheck_host_metrics.h
+++ b/chrome/browser/spellchecker/spellcheck_host_metrics.h
@@ -11,7 +11,6 @@
#include <vector>
#include "base/containers/hash_tables.h"
-#include "base/strings/string16.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h b/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h
index 4069652..a6f4510 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h
@@ -15,7 +15,6 @@
#include "base/containers/hash_tables.h"
#include "base/containers/scoped_ptr_hash_map.h"
-#include "base/hash.h"
#include "base/macros.h"
#include "base/memory/scoped_vector.h"
#include "chrome/browser/sync_file_system/drive_backend/metadata_database_index_interface.h"
diff --git a/chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.cc b/chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.cc
index 96800d9..3bd7a34 100644
--- a/chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.cc
+++ b/chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.cc
@@ -4,8 +4,6 @@
#include "chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.h"
-#include <algorithm>
-
#include "base/memory/singleton.h"
#include "chrome/browser/task_management/providers/web_contents/web_contents_task_provider.h"