Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: webkit/quota/usage_tracker.h

Issue 15892009: [Quota] Move quota related callbacks to separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +#include <algorithm> Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/quota/quota_types.h ('k') | webkit/quota/webkit_quota.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/usage_tracker.h
diff --git a/webkit/quota/usage_tracker.h b/webkit/quota/usage_tracker.h
index 1dfb8254fd79d745bd03a8b9e04a8441d88d33c3..a6e9caae1c680d4a4a9a786c658529f098b97a94 100644
--- a/webkit/quota/usage_tracker.h
+++ b/webkit/quota/usage_tracker.h
@@ -15,6 +15,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "googleurl/src/gurl.h"
+#include "webkit/quota/quota_callbacks.h"
#include "webkit/quota/quota_client.h"
#include "webkit/quota/quota_task.h"
#include "webkit/quota/quota_types.h"
« no previous file with comments | « webkit/quota/quota_types.h ('k') | webkit/quota/webkit_quota.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698