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

Unified Diff: Source/platform/CrossThreadCopier.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/platform/CrossThreadCopier.h ('k') | Source/platform/Crypto.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/CrossThreadCopier.cpp
diff --git a/Source/platform/CrossThreadCopier.cpp b/Source/platform/CrossThreadCopier.cpp
index 649c8f484b280dece3de6d87c8e01a2aef72223d..6b0430c77c616ebb4b234608cc4e447b8661ed15 100644
--- a/Source/platform/CrossThreadCopier.cpp
+++ b/Source/platform/CrossThreadCopier.cpp
@@ -38,7 +38,7 @@
#include "platform/weborigin/KURL.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
CrossThreadCopierBase<false, false, false, KURL>::Type CrossThreadCopierBase<false, false, false, KURL>::copy(const KURL& url)
{
@@ -129,4 +129,4 @@ COMPILE_ASSERT((WTF::IsSameType<
>::value),
OwnPtrTest);
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/CrossThreadCopier.h ('k') | Source/platform/Crypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698