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

Unified Diff: Source/platform/CrossThreadCopier.h

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/Cookie.h ('k') | Source/platform/CrossThreadCopier.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/CrossThreadCopier.h
diff --git a/Source/platform/CrossThreadCopier.h b/Source/platform/CrossThreadCopier.h
index 94c364040f57e1638f412d1bb6c6a96965da6ce1..8f89df80a0f18a162fa02d2c9e9f98eadbb2fda6 100644
--- a/Source/platform/CrossThreadCopier.h
+++ b/Source/platform/CrossThreadCopier.h
@@ -42,7 +42,7 @@
#include "wtf/ThreadSafeRefCounted.h"
#include "wtf/TypeTraits.h"
-namespace WebCore {
+namespace blink {
class IntRect;
class IntSize;
@@ -226,6 +226,6 @@ namespace WebCore {
}
-} // namespace WebCore
+} // namespace blink
#endif // CrossThreadCopier_h
« no previous file with comments | « Source/platform/Cookie.h ('k') | Source/platform/CrossThreadCopier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698