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

Unified Diff: Source/modules/quota/StorageQuotaClient.h

Issue 349013002: Include Page.h in fewer headers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/core/workers/WorkerGlobalScopeProxyProvider.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuotaClient.h
diff --git a/Source/modules/quota/StorageQuotaClient.h b/Source/modules/quota/StorageQuotaClient.h
index 09c37079237995156daba22278138c3aff0e258c..23c8ed778a7ca1465d311db7a923db6ec31d8b4f 100644
--- a/Source/modules/quota/StorageQuotaClient.h
+++ b/Source/modules/quota/StorageQuotaClient.h
@@ -31,13 +31,14 @@
#ifndef StorageQuotaClient_h
#define StorageQuotaClient_h
-#include "core/page/Page.h"
+#include "platform/Supplementable.h"
#include "public/platform/WebStorageQuotaType.h"
#include "wtf/Forward.h"
namespace WebCore {
class ExecutionContext;
+class Page;
class ScriptPromise;
class ScriptState;
class StorageErrorCallback;
« no previous file with comments | « Source/core/workers/WorkerGlobalScopeProxyProvider.cpp ('k') | Source/modules/quota/StorageQuotaClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698