diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 08:22:59 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 08:22:59 +0000 |
commit | 145ee1d1d068a99db00aa1799f84645a6a6b9eec (patch) | |
tree | 6be73e7d7d99c7b47ab0be8cb3e438cdf82d134a /webkit | |
parent | 2f7faae9fed24262c8e263c0fa24276a50f1ed97 (diff) | |
download | chromium_src-145ee1d1d068a99db00aa1799f84645a6a6b9eec.zip chromium_src-145ee1d1d068a99db00aa1799f84645a6a6b9eec.tar.gz chromium_src-145ee1d1d068a99db00aa1799f84645a6a6b9eec.tar.bz2 |
FBTF: Remove unnecessary STL #includes from src/webkit.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3122029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/appcache/appcache.h | 3 | ||||
-rw-r--r-- | webkit/appcache/appcache_service.h | 2 | ||||
-rw-r--r-- | webkit/database/quota_table.h | 4 | ||||
-rw-r--r-- | webkit/glue/dom_operations.h | 1 | ||||
-rw-r--r-- | webkit/glue/media/buffered_data_source.h | 2 | ||||
-rw-r--r-- | webkit/glue/plugins/pepper_font.h | 2 | ||||
-rw-r--r-- | webkit/glue/plugins/pepper_resource_tracker.h | 2 | ||||
-rw-r--r-- | webkit/glue/plugins/pepper_video_decoder.h | 2 | ||||
-rw-r--r-- | webkit/glue/plugins/plugin_instance.h | 1 | ||||
-rw-r--r-- | webkit/glue/plugins/test/plugin_schedule_timer_test.h | 4 | ||||
-rw-r--r-- | webkit/glue/plugins/test/plugin_thread_async_call_test.h | 2 | ||||
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 1 | ||||
-rw-r--r-- | webkit/glue/webmediaplayer_impl.h | 2 | ||||
-rw-r--r-- | webkit/support/weburl_loader_mock_factory.h | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/webview_host.h | 4 |
15 files changed, 6 insertions, 27 deletions
diff --git a/webkit/appcache/appcache.h b/webkit/appcache/appcache.h index c54eb38..00753ab 100644 --- a/webkit/appcache/appcache.h +++ b/webkit/appcache/appcache.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 @@ #include <map> #include <set> -#include <string> #include <vector> #include "base/gtest_prod_util.h" diff --git a/webkit/appcache/appcache_service.h b/webkit/appcache/appcache_service.h index 413b25c..fe5ec60 100644 --- a/webkit/appcache/appcache_service.h +++ b/webkit/appcache/appcache_service.h @@ -5,8 +5,8 @@ #ifndef WEBKIT_APPCACHE_APPCACHE_SERVICE_H_ #define WEBKIT_APPCACHE_APPCACHE_SERVICE_H_ +#include <map> #include <set> -#include <vector> #include "base/ref_counted.h" #include "base/scoped_ptr.h" diff --git a/webkit/database/quota_table.h b/webkit/database/quota_table.h index 8f6e4e8..3246363 100644 --- a/webkit/database/quota_table.h +++ b/webkit/database/quota_table.h @@ -1,12 +1,10 @@ -// 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. #ifndef WEBKIT_DATABASE_QUOTA_TABLE_H_ #define WEBKIT_DATABASE_QUOTA_TABLE_H_ -#include <vector> - #include "base/string16.h" namespace sql { diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h index 664add0..a2dac8c 100644 --- a/webkit/glue/dom_operations.h +++ b/webkit/glue/dom_operations.h @@ -6,7 +6,6 @@ #define WEBKIT_GLUE_DOM_OPERATIONS_H__ #include <string> -#include <map> #include <vector> #include "gfx/size.h" diff --git a/webkit/glue/media/buffered_data_source.h b/webkit/glue/media/buffered_data_source.h index 5ba3278..dfc8a7d 100644 --- a/webkit/glue/media/buffered_data_source.h +++ b/webkit/glue/media/buffered_data_source.h @@ -5,9 +5,7 @@ #ifndef WEBKIT_GLUE_MEDIA_BUFFERED_DATA_SOURCE_H_ #define WEBKIT_GLUE_MEDIA_BUFFERED_DATA_SOURCE_H_ -#include <algorithm> #include <string> -#include <vector> #include "base/callback.h" #include "base/lock.h" diff --git a/webkit/glue/plugins/pepper_font.h b/webkit/glue/plugins/pepper_font.h index 347800d..269464a 100644 --- a/webkit/glue/plugins/pepper_font.h +++ b/webkit/glue/plugins/pepper_font.h @@ -5,8 +5,6 @@ #ifndef WEBKIT_GLUE_PLUGINS_PEPPER_FONT_H_ #define WEBKIT_GLUE_PLUGINS_PEPPER_FONT_H_ -#include <string> - #include "base/scoped_ptr.h" #include "third_party/ppapi/c/ppb_font.h" #include "webkit/glue/plugins/pepper_resource.h" diff --git a/webkit/glue/plugins/pepper_resource_tracker.h b/webkit/glue/plugins/pepper_resource_tracker.h index d06c9ba..bb6a697 100644 --- a/webkit/glue/plugins/pepper_resource_tracker.h +++ b/webkit/glue/plugins/pepper_resource_tracker.h @@ -5,7 +5,7 @@ #ifndef WEBKIT_GLUE_PLUGINS_PEPPER_RESOURCE_TRACKER_H_ #define WEBKIT_GLUE_PLUGINS_PEPPER_RESOURCE_TRACKER_H_ -#include <set> +#include <utility> #include "base/atomic_sequence_num.h" #include "base/basictypes.h" diff --git a/webkit/glue/plugins/pepper_video_decoder.h b/webkit/glue/plugins/pepper_video_decoder.h index b92d277..67ac6c0 100644 --- a/webkit/glue/plugins/pepper_video_decoder.h +++ b/webkit/glue/plugins/pepper_video_decoder.h @@ -5,8 +5,6 @@ #ifndef WEBKIT_GLUE_PLUGINS_PEPPER_VIDEO_DECODER_H_ #define WEBKIT_GLUE_PLUGINS_PEPPER_VIDEO_DECODER_H_ -#include <queue> - #include "base/scoped_ptr.h" #include "third_party/ppapi/c/pp_video.h" #include "third_party/ppapi/c/ppb_video_decoder.h" diff --git a/webkit/glue/plugins/plugin_instance.h b/webkit/glue/plugins/plugin_instance.h index 36bf601..0dd3ee4 100644 --- a/webkit/glue/plugins/plugin_instance.h +++ b/webkit/glue/plugins/plugin_instance.h @@ -9,7 +9,6 @@ #define WEBKIT_GLUE_PLUGIN_PLUGIN_INSTANCE_H__ #include <map> -#include <set> #include <stack> #include <string> #include <vector> diff --git a/webkit/glue/plugins/test/plugin_schedule_timer_test.h b/webkit/glue/plugins/test/plugin_schedule_timer_test.h index 9ca947f..e3e6505a 100644 --- a/webkit/glue/plugins/test/plugin_schedule_timer_test.h +++ b/webkit/glue/plugins/test/plugin_schedule_timer_test.h @@ -1,12 +1,10 @@ -// Copyright (c) 2006-2008 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. #ifndef WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_SCHEDULE_TIMER_TEST_H #define WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_SCHEDULE_TIMER_TEST_H -#include <vector> - #include "base/at_exit.h" #include "base/time.h" #include "webkit/glue/plugins/test/plugin_test.h" diff --git a/webkit/glue/plugins/test/plugin_thread_async_call_test.h b/webkit/glue/plugins/test/plugin_thread_async_call_test.h index 94d17c4..78e4e8d 100644 --- a/webkit/glue/plugins/test/plugin_thread_async_call_test.h +++ b/webkit/glue/plugins/test/plugin_thread_async_call_test.h @@ -5,8 +5,6 @@ #ifndef WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_THREAD_ASYNC_CALL_TEST_H_ #define WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_THREAD_ASYNC_CALL_TEST_H_ -#include <vector> - #include "base/scoped_ptr.h" #include "webkit/glue/plugins/test/plugin_test.h" diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 5fe4547..b20cd67 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -9,7 +9,6 @@ #include <string> #include <list> -#include <set> #include "base/ref_counted.h" #include "base/task.h" diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h index e8794dc..b8aa6be 100644 --- a/webkit/glue/webmediaplayer_impl.h +++ b/webkit/glue/webmediaplayer_impl.h @@ -53,8 +53,6 @@ #ifndef WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_ #define WEBKIT_GLUE_WEBMEDIAPLAYER_IMPL_H_ -#include <vector> - #include "base/lock.h" #include "base/message_loop.h" #include "base/ref_counted.h" diff --git a/webkit/support/weburl_loader_mock_factory.h b/webkit/support/weburl_loader_mock_factory.h index 5400339..043d099 100644 --- a/webkit/support/weburl_loader_mock_factory.h +++ b/webkit/support/weburl_loader_mock_factory.h @@ -6,7 +6,6 @@ #define WEBKIT_SUPPORT_WEBURL_LOADER_MOCK_FACTORY_H_ #include <map> -#include <vector> #include "base/file_path.h" #include "third_party/WebKit/WebKit/chromium/public/WebURL.h" diff --git a/webkit/tools/test_shell/webview_host.h b/webkit/tools/test_shell/webview_host.h index 897ba02..7aade20 100644 --- a/webkit/tools/test_shell/webview_host.h +++ b/webkit/tools/test_shell/webview_host.h @@ -1,12 +1,10 @@ -// Copyright (c) 2006-2008 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. #ifndef WEBKIT_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_ #define WEBKIT_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_ -#include <map> - #include "base/basictypes.h" #include "gfx/native_widget_types.h" #include "gfx/rect.h" |