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

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: 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
« Source/platform/CrossThreadCopier.cpp ('K') | « 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..104138b871e0b5a06cedf5bc5f40d4c02eb507ff 100644
--- a/Source/web/WorkerAllowMainThreadBridgeBase.h
+++ b/Source/web/WorkerAllowMainThreadBridgeBase.h
@@ -30,7 +30,7 @@
#include "WebWorkerBase.h"
#include "core/dom/CrossThreadTask.h"
-#include "core/platform/CrossThreadCopier.h"
+#include "platform/CrossThreadCopier.h"
#include "core/workers/WorkerGlobalScope.h"
namespace WebKit {
« Source/platform/CrossThreadCopier.cpp ('K') | « Source/web/DatabaseObserver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698