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

Unified Diff: Source/platform/heap/ThreadState.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/heap/RunAllTests.cpp ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index 094a80a7fa49d39b2ab9e4762deea0ae15439292..1aa6c22a49eed2bb935fcbb51d62600867150590 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -41,7 +41,7 @@
#include "wtf/ThreadingPrimitives.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
class BaseHeap;
class BaseHeapPage;
@@ -117,7 +117,7 @@ struct ThreadingTrait {
namespace Namespace { \
class Class; \
} \
- namespace WebCore { \
+ namespace blink { \
template<> struct ThreadingTrait<Namespace::Class> { \
static const ThreadAffinity Affinity = AnyThread; \
}; \
« no previous file with comments | « Source/platform/heap/RunAllTests.cpp ('k') | Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698