summaryrefslogtreecommitdiffstats
path: root/webkit/quota
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 19:58:13 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 19:58:13 +0000
commit40a7a10ec7aa328181e1257009e688fc1df40636 (patch)
tree611c663002a9c6ee3b45ba7613e0a5c4cd350ce3 /webkit/quota
parent997d2ddf7d799efc127fd47eb25838cf0d6305ab (diff)
downloadchromium_src-40a7a10ec7aa328181e1257009e688fc1df40636.zip
chromium_src-40a7a10ec7aa328181e1257009e688fc1df40636.tar.gz
chromium_src-40a7a10ec7aa328181e1257009e688fc1df40636.tar.bz2
iwyu, #include "base/message_loop_proxy.h since a scoped_refptr<Loop> is used as a constructor arg.
BUG=82098 TEST=none Review URL: http://codereview.chromium.org/7002002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/quota')
-rw-r--r--webkit/quota/quota_task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/quota/quota_task.h b/webkit/quota/quota_task.h
index 9c770bf..f866743 100644
--- a/webkit/quota/quota_task.h
+++ b/webkit/quota/quota_task.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
+#include "base/message_loop_proxy.h"
namespace base {
class MessageLoopProxy;