diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 02:51:09 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 02:51:09 +0000 |
commit | b7d38af7d27176481cb791759ea23c3de01d4b9a (patch) | |
tree | 28da16cb8e75414e2201aac9c4b0609ef68b6a08 /webkit/plugins | |
parent | f9032755ef38bf62ede70bab84860c54dc892b7d (diff) | |
download | chromium_src-b7d38af7d27176481cb791759ea23c3de01d4b9a.zip chromium_src-b7d38af7d27176481cb791759ea23c3de01d4b9a.tar.gz chromium_src-b7d38af7d27176481cb791759ea23c3de01d4b9a.tar.bz2 |
Cleanup: Remove unneeded scoped_ptr.h includes from webkit.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10408078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins')
-rw-r--r-- | webkit/plugins/npapi/plugin_instance.h | 3 | ||||
-rw-r--r-- | webkit/plugins/ppapi/host_var_tracker.h | 1 | ||||
-rw-r--r-- | webkit/plugins/ppapi/ppb_network_monitor_private_impl.h | 5 | ||||
-rw-r--r-- | webkit/plugins/ppapi/ppb_scrollbar_impl.h | 4 | ||||
-rw-r--r-- | webkit/plugins/ppapi/ppb_video_decoder_impl.h | 4 | ||||
-rw-r--r-- | webkit/plugins/ppapi/ppb_widget_impl.h | 4 |
6 files changed, 8 insertions, 13 deletions
diff --git a/webkit/plugins/npapi/plugin_instance.h b/webkit/plugins/npapi/plugin_instance.h index d481e2d..0858e97 100644 --- a/webkit/plugins/npapi/plugin_instance.h +++ b/webkit/plugins/npapi/plugin_instance.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -16,7 +16,6 @@ #include "base/basictypes.h" #include "base/file_path.h" #include "base/memory/ref_counted.h" -#include "base/memory/scoped_ptr.h" #include "googleurl/src/gurl.h" #include "third_party/npapi/bindings/npapi.h" #include "third_party/npapi/bindings/nphostapi.h" diff --git a/webkit/plugins/ppapi/host_var_tracker.h b/webkit/plugins/ppapi/host_var_tracker.h index 4fc1d3c..c6d79cb 100644 --- a/webkit/plugins/ppapi/host_var_tracker.h +++ b/webkit/plugins/ppapi/host_var_tracker.h @@ -13,7 +13,6 @@ #include "base/hash_tables.h" #include "base/memory/linked_ptr.h" #include "base/memory/ref_counted.h" -#include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_resource.h" diff --git a/webkit/plugins/ppapi/ppb_network_monitor_private_impl.h b/webkit/plugins/ppapi/ppb_network_monitor_private_impl.h index a658737..fc61dfc 100644 --- a/webkit/plugins/ppapi/ppb_network_monitor_private_impl.h +++ b/webkit/plugins/ppapi/ppb_network_monitor_private_impl.h @@ -5,11 +5,8 @@ #ifndef WEBKIT_PLUGINS_PPAPI_PPB_NETWORK_MONITOR_PRIVATE_IMPL_H_ #define WEBKIT_PLUGINS_PPAPI_PPB_NETWORK_MONITOR_PRIVATE_IMPL_H_ -#include <list> -#include <string> - #include "base/basictypes.h" -#include "base/memory/scoped_ptr.h" +#include "base/compiler_specific.h" #include "ppapi/c/private/ppb_network_monitor_private.h" #include "ppapi/shared_impl/resource.h" #include "ppapi/thunk/ppb_network_monitor_private_api.h" diff --git a/webkit/plugins/ppapi/ppb_scrollbar_impl.h b/webkit/plugins/ppapi/ppb_scrollbar_impl.h index 44b76f7..7ba27b9 100644 --- a/webkit/plugins/ppapi/ppb_scrollbar_impl.h +++ b/webkit/plugins/ppapi/ppb_scrollbar_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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,6 +7,8 @@ #include <vector> +#include "base/compiler_specific.h" +#include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "ppapi/thunk/ppb_scrollbar_api.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" diff --git a/webkit/plugins/ppapi/ppb_video_decoder_impl.h b/webkit/plugins/ppapi/ppb_video_decoder_impl.h index 990e980..7bb8cc0 100644 --- a/webkit/plugins/ppapi/ppb_video_decoder_impl.h +++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.h @@ -5,11 +5,9 @@ #ifndef WEBKIT_PLUGINS_PPAPI_PPB_VIDEO_DECODER_IMPL_H_ #define WEBKIT_PLUGINS_PPAPI_PPB_VIDEO_DECODER_IMPL_H_ -#include <vector> - #include "base/basictypes.h" #include "base/compiler_specific.h" -#include "base/memory/scoped_ptr.h" +#include "base/memory/ref_counted.h" #include "ppapi/c/dev/pp_video_dev.h" #include "ppapi/c/dev/ppp_video_decoder_dev.h" #include "ppapi/c/pp_var.h" diff --git a/webkit/plugins/ppapi/ppb_widget_impl.h b/webkit/plugins/ppapi/ppb_widget_impl.h index 2d00e1a..caaab2a 100644 --- a/webkit/plugins/ppapi/ppb_widget_impl.h +++ b/webkit/plugins/ppapi/ppb_widget_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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,7 +6,7 @@ #define WEBKIT_PLUGINS_PPAPI_PPB_WIDGET_IMPL_H_ #include "base/basictypes.h" -#include "base/memory/scoped_ptr.h" +#include "base/compiler_specific.h" #include "ppapi/c/pp_rect.h" #include "ppapi/shared_impl/resource.h" #include "ppapi/thunk/ppb_widget_api.h" |