diff options
-rw-r--r-- | chrome/browser/chromeos/dom_ui/system_options_handler.h | 2 | ||||
-rw-r--r-- | chrome/browser/debugger/devtools_manager.h | 3 | ||||
-rw-r--r-- | chrome/browser/debugger/devtools_remote_service.h | 4 | ||||
-rw-r--r-- | chrome/browser/dom_ui/foreign_session_handler.h | 4 | ||||
-rw-r--r-- | chrome/browser/download/download_history.h | 2 | ||||
-rw-r--r-- | chrome/browser/geolocation/win7_location_api_win.h | 3 | ||||
-rw-r--r-- | chrome/browser/pref_service.h | 1 | ||||
-rw-r--r-- | chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h | 1 | ||||
-rw-r--r-- | chrome/browser/sync/glue/session_change_processor.h | 1 | ||||
-rw-r--r-- | chrome/browser/sync/glue/session_model_associator.h | 2 | ||||
-rw-r--r-- | chrome/browser/sync/sessions/sync_session.h | 1 | ||||
-rw-r--r-- | chrome/renderer/devtools_agent.h | 3 |
12 files changed, 5 insertions, 22 deletions
diff --git a/chrome/browser/chromeos/dom_ui/system_options_handler.h b/chrome/browser/chromeos/dom_ui/system_options_handler.h index 293d8b7..5d96050 100644 --- a/chrome/browser/chromeos/dom_ui/system_options_handler.h +++ b/chrome/browser/chromeos/dom_ui/system_options_handler.h @@ -6,8 +6,6 @@ #define CHROME_BROWSER_CHROMEOS_DOM_UI_SYSTEM_OPTIONS_HANDLER_H_ #pragma once -#include <vector> - #include "chrome/browser/chromeos/dom_ui/cros_options_page_ui_handler.h" class DictionaryValue; diff --git a/chrome/browser/debugger/devtools_manager.h b/chrome/browser/debugger/devtools_manager.h index 90144e1..1c60a4d 100644 --- a/chrome/browser/debugger/devtools_manager.h +++ b/chrome/browser/debugger/devtools_manager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -7,7 +7,6 @@ #pragma once #include <map> -#include <set> #include <string> #include "base/ref_counted.h" diff --git a/chrome/browser/debugger/devtools_remote_service.h b/chrome/browser/debugger/devtools_remote_service.h index 8ad17ba..bd813bd 100644 --- a/chrome/browser/debugger/devtools_remote_service.h +++ b/chrome/browser/debugger/devtools_remote_service.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -6,8 +6,6 @@ #define CHROME_BROWSER_DEBUGGER_DEVTOOLS_REMOTE_SERVICE_H_ #pragma once -#include <string> - #include "base/basictypes.h" #include "chrome/browser/debugger/devtools_remote.h" diff --git a/chrome/browser/dom_ui/foreign_session_handler.h b/chrome/browser/dom_ui/foreign_session_handler.h index 220fff3..10fd61c 100644 --- a/chrome/browser/dom_ui/foreign_session_handler.h +++ b/chrome/browser/dom_ui/foreign_session_handler.h @@ -6,10 +6,6 @@ #define CHROME_BROWSER_DOM_UI_FOREIGN_SESSION_HANDLER_H_ #pragma once -#include <map> -#include <string> -#include <vector> - #include "chrome/browser/dom_ui/dom_ui.h" #include "chrome/browser/sessions/session_service.h" #include "chrome/browser/sync/glue/session_model_associator.h" diff --git a/chrome/browser/download/download_history.h b/chrome/browser/download/download_history.h index cc1407f..52f93a0 100644 --- a/chrome/browser/download/download_history.h +++ b/chrome/browser/download/download_history.h @@ -6,8 +6,6 @@ #define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_HISTORY_H_ #pragma once -#include <vector> - #include "base/basictypes.h" #include "chrome/browser/cancelable_request.h" #include "chrome/browser/history/history.h" diff --git a/chrome/browser/geolocation/win7_location_api_win.h b/chrome/browser/geolocation/win7_location_api_win.h index bbbd30e..0aa199c 100644 --- a/chrome/browser/geolocation/win7_location_api_win.h +++ b/chrome/browser/geolocation/win7_location_api_win.h @@ -9,7 +9,6 @@ #include <atlcom.h> #include <locationapi.h> #include <sensors.h> -#include <vector> #include <Windows.h> #include "base/scoped_ptr.h" @@ -53,7 +52,7 @@ class Win7LocationApi { // This class is responsible for closing it. HINSTANCE prop_lib_; PropVariantToDoubleFunction PropVariantToDouble_function_; - + DISALLOW_COPY_AND_ASSIGN(Win7LocationApi); }; diff --git a/chrome/browser/pref_service.h b/chrome/browser/pref_service.h index 8c56d7c..bca2d57 100644 --- a/chrome/browser/pref_service.h +++ b/chrome/browser/pref_service.h @@ -10,7 +10,6 @@ #include <set> #include <string> -#include <vector> #include "base/non_thread_safe.h" #include "base/scoped_ptr.h" diff --git a/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h b/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h index 101945f..1ba50a8 100644 --- a/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h +++ b/chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h @@ -8,7 +8,6 @@ #include <OpenGL/OpenGL.h> #include <map> -#include <vector> #include "app/surface/transport_dib.h" #include "base/basictypes.h" diff --git a/chrome/browser/sync/glue/session_change_processor.h b/chrome/browser/sync/glue/session_change_processor.h index 549c6df..2eadc7a 100644 --- a/chrome/browser/sync/glue/session_change_processor.h +++ b/chrome/browser/sync/glue/session_change_processor.h @@ -6,7 +6,6 @@ #define CHROME_BROWSER_SYNC_GLUE_SESSION_CHANGE_PROCESSOR_H_ #pragma once -#include <vector> #include "base/basictypes.h" #include "chrome/browser/sessions/session_backend.h" #include "chrome/browser/sessions/session_service.h" diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h index 97ef561..3605783 100644 --- a/chrome/browser/sync/glue/session_model_associator.h +++ b/chrome/browser/sync/glue/session_model_associator.h @@ -6,9 +6,9 @@ #define CHROME_BROWSER_SYNC_GLUE_SESSION_MODEL_ASSOCIATOR_H_ #pragma once -#include <map> #include <string> #include <vector> + #include "base/basictypes.h" #include "base/gtest_prod_util.h" #include "base/observer_list.h" diff --git a/chrome/browser/sync/sessions/sync_session.h b/chrome/browser/sync/sessions/sync_session.h index e5d6b91..d3320ca 100644 --- a/chrome/browser/sync/sessions/sync_session.h +++ b/chrome/browser/sync/sessions/sync_session.h @@ -15,7 +15,6 @@ #define CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSION_H_ #pragma once -#include <string> #include <vector> #include "base/basictypes.h" diff --git a/chrome/renderer/devtools_agent.h b/chrome/renderer/devtools_agent.h index 6bfbd25..690c040 100644 --- a/chrome/renderer/devtools_agent.h +++ b/chrome/renderer/devtools_agent.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -8,7 +8,6 @@ #include <map> #include <string> -#include <vector> #include "base/basictypes.h" #include "chrome/common/devtools_messages.h" |