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

Unified Diff: Source/WebKit/chromium/src/WebWorkerClientImpl.h

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/WebWorkerBase.cpp ('k') | Source/WebKit/chromium/src/WebWorkerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebWorkerClientImpl.h
diff --git a/Source/WebKit/chromium/src/WebWorkerClientImpl.h b/Source/WebKit/chromium/src/WebWorkerClientImpl.h
index 42a9668ffbecdd8a5d4f48e571487f0577e02a16..a3f6342b403450fc9d547bcf78ed9771e4e2a8bb 100644
--- a/Source/WebKit/chromium/src/WebWorkerClientImpl.h
+++ b/Source/WebKit/chromium/src/WebWorkerClientImpl.h
@@ -31,11 +31,11 @@
#ifndef WebWorkerClientImpl_h
#define WebWorkerClientImpl_h
-#include "WorkerContextProxy.h"
-#include "WorkerLoaderProxy.h"
-#include "WorkerMessagingProxy.h"
-#include "WorkerObjectProxy.h"
#include "core/dom/ScriptExecutionContext.h"
+#include "core/workers/WorkerContextProxy.h"
+#include "core/workers/WorkerLoaderProxy.h"
+#include "core/workers/WorkerMessagingProxy.h"
+#include "core/workers/WorkerObjectProxy.h"
#include "WebWorkerBase.h"
#include <public/WebFileSystem.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebWorkerBase.cpp ('k') | Source/WebKit/chromium/src/WebWorkerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698