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

Unified Diff: Source/core/workers/WorkerContextProxy.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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.cpp ('k') | Source/core/workers/WorkerEventQueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerContextProxy.h
diff --git a/Source/core/workers/WorkerContextProxy.h b/Source/core/workers/WorkerContextProxy.h
index 689b6cc3eb1228347987f0aa940475d6f0853d4e..eb6da0bc5b586e82f0b2b88b2968769319397d44 100644
--- a/Source/core/workers/WorkerContextProxy.h
+++ b/Source/core/workers/WorkerContextProxy.h
@@ -31,8 +31,8 @@
#ifndef WorkerContextProxy_h
#define WorkerContextProxy_h
-#include "MessagePort.h"
#include "WorkerThread.h"
+#include "core/dom/MessagePort.h"
#include <wtf/Forward.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/core/workers/WorkerContext.cpp ('k') | Source/core/workers/WorkerEventQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698