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

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

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/modules/quota/StorageQuotaClient.h ('k') | Source/modules/webdatabase/DatabaseClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuotaClient.cpp
diff --git a/Source/modules/quota/StorageQuotaClient.cpp b/Source/modules/quota/StorageQuotaClient.cpp
index bc178cd2ff801b3dfe296cee2a27e9c4d1758045..c7921ee02ebd5de25fd08fa2015ad8e8f439a4ab 100644
--- a/Source/modules/quota/StorageQuotaClient.cpp
+++ b/Source/modules/quota/StorageQuotaClient.cpp
@@ -32,6 +32,7 @@
#include "StorageQuotaClient.h"
#include "core/dom/Document.h"
+#include "core/page/Page.h"
#include "core/workers/WorkerGlobalScope.h"
namespace WebCore {
« no previous file with comments | « Source/modules/quota/StorageQuotaClient.h ('k') | Source/modules/webdatabase/DatabaseClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698