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

Unified Diff: Source/platform/heap/HeapTerminatedArrayBuilder.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/HeapTerminatedArray.h ('k') | Source/platform/heap/HeapTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/HeapTerminatedArrayBuilder.h
diff --git a/Source/platform/heap/HeapTerminatedArrayBuilder.h b/Source/platform/heap/HeapTerminatedArrayBuilder.h
index 109ee2c2ba55ba503126167d74fdc2b4b023b2f9..ec5077c5a9a8115c5a7c4d3420ef836e298f0bad 100644
--- a/Source/platform/heap/HeapTerminatedArrayBuilder.h
+++ b/Source/platform/heap/HeapTerminatedArrayBuilder.h
@@ -9,7 +9,7 @@
#include "platform/heap/HeapTerminatedArray.h"
#include "wtf/TerminatedArrayBuilder.h"
-namespace WebCore {
+namespace blink {
template<typename T>
class HeapTerminatedArrayBuilder : public TerminatedArrayBuilder<T, HeapTerminatedArray> {
@@ -17,6 +17,6 @@ public:
explicit HeapTerminatedArrayBuilder(HeapTerminatedArray<T>* array) : TerminatedArrayBuilder<T, HeapTerminatedArray>(array) { }
};
-} // namespace WebCore
+} // namespace blink
#endif // HeapTerminatedArrayBuilder_h
« no previous file with comments | « Source/platform/heap/HeapTerminatedArray.h ('k') | Source/platform/heap/HeapTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698