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

Unified Diff: Source/core/workers/WorkerGlobalScopeProxyProvider.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/core/workers/WorkerGlobalScopeProxyProvider.h ('k') | Source/modules/quota/StorageQuotaClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerGlobalScopeProxyProvider.cpp
diff --git a/Source/core/workers/WorkerGlobalScopeProxyProvider.cpp b/Source/core/workers/WorkerGlobalScopeProxyProvider.cpp
index a0e75d24d62b3b8ce96c194f93009bca26b4ff1b..d33812b7512dcbaa8a90440c783e0c4b68fb0f0d 100644
--- a/Source/core/workers/WorkerGlobalScopeProxyProvider.cpp
+++ b/Source/core/workers/WorkerGlobalScopeProxyProvider.cpp
@@ -31,6 +31,8 @@
#include "config.h"
#include "core/workers/WorkerGlobalScopeProxyProvider.h"
+#include "core/page/Page.h"
+
namespace WebCore {
WorkerGlobalScopeProxyProvider* WorkerGlobalScopeProxyProvider::from(Page& page)
« no previous file with comments | « Source/core/workers/WorkerGlobalScopeProxyProvider.h ('k') | Source/modules/quota/StorageQuotaClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698