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

Unified Diff: Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp

Issue 14307014: Absolutify paths to workers/, workers/chromium/, xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: in Created 7 years, 8 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/WebKit/chromium/src/WebSharedWorkerImpl.h ('k') | Source/WebKit/chromium/src/WebWorkerBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp b/Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp
index b2a1ea3b26f4032f8113a62747c31da23924fb16..01068644d23a94355aae42251d6a56033f2963ca 100644
--- a/Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp
+++ b/Source/WebKit/chromium/src/WebSharedWorkerImpl.cpp
@@ -32,8 +32,6 @@
#include "WebSharedWorkerImpl.h"
#include "DatabaseTask.h"
-#include "SharedWorkerContext.h"
-#include "SharedWorkerThread.h"
#include "WebDataSourceImpl.h"
#include "WebFrameClient.h"
#include "WebFrameImpl.h"
@@ -41,11 +39,8 @@
#include "WebSettings.h"
#include "WebSharedWorkerClient.h"
#include "WebView.h"
-#include "WorkerContext.h"
#include "WorkerDebuggerAgent.h"
#include "WorkerInspectorController.h"
-#include "WorkerLoaderProxy.h"
-#include "WorkerThread.h"
#include "core/dom/CrossThreadTask.h"
#include "core/dom/Document.h"
#include "core/dom/MessageEvent.h"
@@ -59,6 +54,11 @@
#include "core/page/PageGroup.h"
#include "core/page/SecurityOrigin.h"
#include "core/platform/KURL.h"
+#include "core/workers/SharedWorkerContext.h"
+#include "core/workers/SharedWorkerThread.h"
+#include "core/workers/WorkerContext.h"
+#include "core/workers/WorkerLoaderProxy.h"
+#include "core/workers/WorkerThread.h"
#include <public/WebFileError.h>
#include <public/WebMessagePortChannel.h>
#include <public/WebString.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebSharedWorkerImpl.h ('k') | Source/WebKit/chromium/src/WebWorkerBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698