summaryrefslogtreecommitdiffstats
path: root/webkit/quota
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 00:37:40 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 00:37:40 +0000
commit2b62324eaf94dbd46d3cdc99aab04a349998f1f3 (patch)
tree21f6959f04d60af281b1abbcde7662a3754997d5 /webkit/quota
parent8fccbe8a39d5e883dd5b25146f6ebec51de4e921 (diff)
downloadchromium_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/quota')
-rw-r--r--webkit/quota/quota_client.h2
-rw-r--r--webkit/quota/quota_types.h2
2 files changed, 2 insertions, 2 deletions
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 {