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

Unified Diff: Source/core/workers/WorkerContext.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/SharedWorkerContext.cpp ('k') | Source/core/workers/WorkerLocation.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 704e546d0098692349a38dc2a4e1f48a9fe34cad..ac1ed36571c42e57ca7dcda6948f5085f661676e 100644
--- a/Source/core/workers/WorkerContext.cpp
+++ b/Source/core/workers/WorkerContext.cpp
@@ -38,9 +38,7 @@
#include "Event.h"
#include "EventException.h"
#include "InspectorConsoleInstrumentation.h"
-#include "KURL.h"
#include "MessagePort.h"
-#include "NotImplemented.h"
#include "ScheduledAction.h"
#include "ScriptCallStack.h"
#include "ScriptSourceCode.h"
@@ -54,6 +52,8 @@
#include "WorkerThread.h"
#include "WorkerThreadableLoader.h"
#include "XMLHttpRequestException.h"
+#include "core/platform/KURL.h"
+#include "core/platform/NotImplemented.h"
#include <wtf/RefPtr.h>
#include <wtf/UnusedParam.h>
« no previous file with comments | « Source/core/workers/SharedWorkerContext.cpp ('k') | Source/core/workers/WorkerLocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698