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

Unified Diff: Source/WebKit/chromium/src/WebWorkerClientImpl.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/WebWorkerClientImpl.h ('k') | Source/WebKit/chromium/src/WebWorkerInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebWorkerClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebWorkerClientImpl.cpp b/Source/WebKit/chromium/src/WebWorkerClientImpl.cpp
index 5d766eb944087762166712d2ecd08c753e7fcacd..b70822b1f5c684d5bc63f12effbabfa0a1639431 100644
--- a/Source/WebKit/chromium/src/WebWorkerClientImpl.cpp
+++ b/Source/WebKit/chromium/src/WebWorkerClientImpl.cpp
@@ -31,12 +31,8 @@
#include "config.h"
#include "WebWorkerClientImpl.h"
-#include "DedicatedWorkerThread.h"
#include "InspectorInstrumentation.h"
#include "ScriptCallStack.h"
-#include "Worker.h"
-#include "WorkerContext.h"
-#include "WorkerMessagingProxy.h"
#include "WorkerScriptController.h"
#include "core/dom/CrossThreadTask.h"
#include "core/dom/Document.h"
@@ -50,6 +46,10 @@
#include "core/page/GroupSettings.h"
#include "core/page/Page.h"
#include "core/page/PageGroup.h"
+#include "core/workers/DedicatedWorkerThread.h"
+#include "core/workers/Worker.h"
+#include "core/workers/WorkerContext.h"
+#include "core/workers/WorkerMessagingProxy.h"
#include <wtf/Threading.h>
#include "FrameLoaderClientImpl.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebWorkerClientImpl.h ('k') | Source/WebKit/chromium/src/WebWorkerInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698