diff options
Diffstat (limited to 'webkit/glue')
-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 |
10 files changed, 2 insertions, 17 deletions
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" |