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

Unified Diff: Source/web/WorkerAllowMainThreadBridgeBase.h

Issue 31483002: Move CrossThreadCopier.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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/web/DatabaseObserver.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerAllowMainThreadBridgeBase.h
diff --git a/Source/web/WorkerAllowMainThreadBridgeBase.h b/Source/web/WorkerAllowMainThreadBridgeBase.h
index a89e870da4b3ef4618315e0ae7fbdaf29409d729..edd606c7e76891ef04854bb2d7769279c48dcaae 100644
--- a/Source/web/WorkerAllowMainThreadBridgeBase.h
+++ b/Source/web/WorkerAllowMainThreadBridgeBase.h
@@ -30,8 +30,8 @@
#include "WebWorkerBase.h"
#include "core/dom/CrossThreadTask.h"
-#include "core/platform/CrossThreadCopier.h"
#include "core/workers/WorkerGlobalScope.h"
+#include "platform/CrossThreadCopier.h"
namespace WebKit {
« no previous file with comments | « Source/web/DatabaseObserver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698