diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 00:37:40 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 00:37:40 +0000 |
commit | 2b62324eaf94dbd46d3cdc99aab04a349998f1f3 (patch) | |
tree | 21f6959f04d60af281b1abbcde7662a3754997d5 /webkit | |
parent | 8fccbe8a39d5e883dd5b25146f6ebec51de4e921 (diff) | |
download | chromium_src-2b62324eaf94dbd46d3cdc99aab04a349998f1f3.zip chromium_src-2b62324eaf94dbd46d3cdc99aab04a349998f1f3.tar.gz chromium_src-2b62324eaf94dbd46d3cdc99aab04a349998f1f3.tar.bz2 |
iwyu: Use callback_old.h where appropriate, part 1.
BUG=none
TEST=none
R=thakis@chromium.org
Review URL: http://codereview.chromium.org/6985009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/fileapi/file_system_path_manager.h | 2 | ||||
-rw-r--r-- | webkit/glue/alt_error_page_resource_fetcher.h | 2 | ||||
-rw-r--r-- | webkit/glue/cpp_bound_class.h | 2 | ||||
-rw-r--r-- | webkit/glue/image_resource_fetcher.h | 2 | ||||
-rw-r--r-- | webkit/glue/media/web_data_source.h | 1 | ||||
-rw-r--r-- | webkit/glue/resource_fetcher.h | 2 | ||||
-rw-r--r-- | webkit/plugins/ppapi/plugin_delegate.h | 2 | ||||
-rw-r--r-- | webkit/quota/quota_client.h | 2 | ||||
-rw-r--r-- | webkit/quota/quota_types.h | 2 |
9 files changed, 9 insertions, 8 deletions
diff --git a/webkit/fileapi/file_system_path_manager.h b/webkit/fileapi/file_system_path_manager.h index da21bd6..6754cb3 100644 --- a/webkit/fileapi/file_system_path_manager.h +++ b/webkit/fileapi/file_system_path_manager.h @@ -6,7 +6,7 @@ #define WEBKIT_FILEAPI_FILE_SYSTEM_PATH_MANAGER_H_ #pragma once -#include "base/callback.h" +#include "base/callback_old.h" #include "base/file_path.h" #include "base/file_util.h" #include "webkit/fileapi/file_system_types.h" diff --git a/webkit/glue/alt_error_page_resource_fetcher.h b/webkit/glue/alt_error_page_resource_fetcher.h index 60dca47..e2681b9 100644 --- a/webkit/glue/alt_error_page_resource_fetcher.h +++ b/webkit/glue/alt_error_page_resource_fetcher.h @@ -5,7 +5,7 @@ #ifndef WEBKIT_GLUE_ALT_ERROR_PAGE_RESOURCE_FETCHER_H_ #define WEBKIT_GLUE_ALT_ERROR_PAGE_RESOURCE_FETCHER_H_ -#include "base/callback.h" +#include "base/callback_old.h" #include "base/memory/scoped_ptr.h" #include "googleurl/src/gurl.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebURLError.h" diff --git a/webkit/glue/cpp_bound_class.h b/webkit/glue/cpp_bound_class.h index 8335a0a..796f5c2 100644 --- a/webkit/glue/cpp_bound_class.h +++ b/webkit/glue/cpp_bound_class.h @@ -23,7 +23,7 @@ #include "webkit/glue/cpp_variant.h" -#include "base/callback.h" +#include "base/callback_old.h" #include "base/memory/scoped_ptr.h" namespace WebKit { diff --git a/webkit/glue/image_resource_fetcher.h b/webkit/glue/image_resource_fetcher.h index ff69bdb..a90d019 100644 --- a/webkit/glue/image_resource_fetcher.h +++ b/webkit/glue/image_resource_fetcher.h @@ -6,7 +6,7 @@ #define WEBKIT_GLUE_IMAGE_RESOURCE_FETCHER_H_ #include "base/basictypes.h" -#include "base/callback.h" +#include "base/callback_old.h" #include "webkit/glue/resource_fetcher.h" class SkBitmap; diff --git a/webkit/glue/media/web_data_source.h b/webkit/glue/media/web_data_source.h index 25f1258..8a581f6 100644 --- a/webkit/glue/media/web_data_source.h +++ b/webkit/glue/media/web_data_source.h @@ -5,6 +5,7 @@ #ifndef WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_ #define WEBKIT_GLUE_MEDIA_WEB_DATA_SOURCE_H_ +#include "base/callback_old.h" #include "media/base/filters.h" #include "media/base/pipeline_status.h" diff --git a/webkit/glue/resource_fetcher.h b/webkit/glue/resource_fetcher.h index 6af9b54..ca666c7 100644 --- a/webkit/glue/resource_fetcher.h +++ b/webkit/glue/resource_fetcher.h @@ -15,7 +15,7 @@ #include <string> #include "base/basictypes.h" -#include "base/callback.h" +#include "base/callback_old.h" #include "base/memory/scoped_ptr.h" #include "base/timer.h" #include "googleurl/src/gurl.h" diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h index 671196a..bbd7cfe 100644 --- a/webkit/plugins/ppapi/plugin_delegate.h +++ b/webkit/plugins/ppapi/plugin_delegate.h @@ -7,7 +7,7 @@ #include <string> -#include "base/callback.h" +#include "base/callback_old.h" #include "base/message_loop_proxy.h" #include "base/memory/ref_counted.h" #include "base/platform_file.h" diff --git a/webkit/quota/quota_client.h b/webkit/quota/quota_client.h index 41db15b..3e46159 100644 --- a/webkit/quota/quota_client.h +++ b/webkit/quota/quota_client.h @@ -8,7 +8,7 @@ #include <set> #include <list> -#include "base/callback.h" +#include "base/callback_old.h" #include "base/time.h" #include "googleurl/src/gurl.h" #include "webkit/quota/quota_types.h" diff --git a/webkit/quota/quota_types.h b/webkit/quota/quota_types.h index c01b97a..2d42440 100644 --- a/webkit/quota/quota_types.h +++ b/webkit/quota/quota_types.h @@ -11,7 +11,7 @@ #include <string> #include "base/basictypes.h" -#include "base/callback.h" +#include "base/callback_old.h" #include "base/stl_util-inl.h" namespace quota { |