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

Unified Diff: Source/core/workers/WorkerMessagingProxy.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/core/workers/WorkerMessagingProxy.h ('k') | Source/core/workers/WorkerObjectProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerMessagingProxy.cpp
diff --git a/Source/core/workers/WorkerMessagingProxy.cpp b/Source/core/workers/WorkerMessagingProxy.cpp
index d4a872a59ff9390e2d701199d7703082c1c193ff..2eaff4465e7a0c79a02cd871c731f04f157926d8 100644
--- a/Source/core/workers/WorkerMessagingProxy.cpp
+++ b/Source/core/workers/WorkerMessagingProxy.cpp
@@ -27,13 +27,10 @@
#include "config.h"
-#include "WorkerMessagingProxy.h"
+#include "core/workers/WorkerMessagingProxy.h"
-#include "DedicatedWorkerContext.h"
-#include "DedicatedWorkerThread.h"
#include "InspectorInstrumentation.h"
#include "ScriptCallStack.h"
-#include "Worker.h"
#include "WorkerDebuggerAgent.h"
#include "WorkerInspectorController.h"
#include "core/dom/CrossThreadTask.h"
@@ -46,6 +43,9 @@
#include "core/page/DOMWindow.h"
#include "core/page/PageGroup.h"
#include "core/platform/NotImplemented.h"
+#include "core/workers/DedicatedWorkerContext.h"
+#include "core/workers/DedicatedWorkerThread.h"
+#include "core/workers/Worker.h"
#include <wtf/MainThread.h>
namespace WebCore {
« no previous file with comments | « Source/core/workers/WorkerMessagingProxy.h ('k') | Source/core/workers/WorkerObjectProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698