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

Unified Diff: Source/core/workers/SharedWorkerContext.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/SharedWorkerContext.h ('k') | Source/core/workers/SharedWorkerThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/SharedWorkerContext.cpp
diff --git a/Source/core/workers/SharedWorkerContext.cpp b/Source/core/workers/SharedWorkerContext.cpp
index 9467af9a9bcc518f39e20e79f96e75e43ad96acb..10c33506c9bd0a48fe5be69fcee47137ff069b34 100644
--- a/Source/core/workers/SharedWorkerContext.cpp
+++ b/Source/core/workers/SharedWorkerContext.cpp
@@ -30,14 +30,14 @@
#include "config.h"
-#include "SharedWorkerContext.h"
+#include "core/workers/SharedWorkerContext.h"
#include "ScriptCallStack.h"
-#include "SharedWorkerThread.h"
#include "core/dom/EventNames.h"
#include "core/dom/MessageEvent.h"
#include "core/page/DOMWindow.h"
#include "core/platform/NotImplemented.h"
+#include "core/workers/SharedWorkerThread.h"
namespace WebCore {
« no previous file with comments | « Source/core/workers/SharedWorkerContext.h ('k') | Source/core/workers/SharedWorkerThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698