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

Unified Diff: Source/core/workers/WorkerContext.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/WorkerContext.h ('k') | Source/core/workers/WorkerContextProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerContext.cpp
diff --git a/Source/core/workers/WorkerContext.cpp b/Source/core/workers/WorkerContext.cpp
index 21669bae3df378a02e85119f50916d799973cf29..dddbfb5c48aa9546325c59bb1b0f59b0a3980877 100644
--- a/Source/core/workers/WorkerContext.cpp
+++ b/Source/core/workers/WorkerContext.cpp
@@ -27,7 +27,7 @@
#include "config.h"
-#include "WorkerContext.h"
+#include "core/workers/WorkerContext.h"
#include "DOMURL.h"
#include "InspectorConsoleInstrumentation.h"
@@ -36,11 +36,6 @@
#include "ScriptSourceCode.h"
#include "ScriptValue.h"
#include "WorkerInspectorController.h"
-#include "WorkerLocation.h"
-#include "WorkerObjectProxy.h"
-#include "WorkerScriptLoader.h"
-#include "WorkerThread.h"
-#include "XMLHttpRequestException.h"
#include "core/dom/ActiveDOMObject.h"
#include "core/dom/ErrorEvent.h"
#include "core/dom/Event.h"
@@ -54,6 +49,11 @@
#include "core/page/WorkerNavigator.h"
#include "core/platform/KURL.h"
#include "core/platform/NotImplemented.h"
+#include "core/workers/WorkerLocation.h"
+#include "core/workers/WorkerObjectProxy.h"
+#include "core/workers/WorkerScriptLoader.h"
+#include "core/workers/WorkerThread.h"
+#include "core/xml/XMLHttpRequestException.h"
#include <wtf/RefPtr.h>
#include <wtf/UnusedParam.h>
« no previous file with comments | « Source/core/workers/WorkerContext.h ('k') | Source/core/workers/WorkerContextProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698