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

Unified Diff: Source/platform/Partitions.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/PODRedBlackTreeTest.cpp ('k') | Source/platform/Partitions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Partitions.h
diff --git a/Source/platform/Partitions.h b/Source/platform/Partitions.h
index e1dd2eddd4ce95c6e2367eabd2c8bce62d4d388e..0400a8b17430f37daaf8673bf81541b45b17ea40 100644
--- a/Source/platform/Partitions.h
+++ b/Source/platform/Partitions.h
@@ -34,7 +34,7 @@
#include "platform/PlatformExport.h"
#include "wtf/PartitionAlloc.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT Partitions {
public:
@@ -54,6 +54,6 @@ private:
static SizeSpecificPartitionAllocator<1024> m_renderingAllocator;
};
-} // namespace WebCore
+} // namespace blink
#endif // Partitions_h
« no previous file with comments | « Source/platform/PODRedBlackTreeTest.cpp ('k') | Source/platform/Partitions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698