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

Unified Diff: Source/platform/heap/HeapTerminatedArray.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/HeapLinkedStack.h ('k') | Source/platform/heap/HeapTerminatedArrayBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/HeapTerminatedArray.h
diff --git a/Source/platform/heap/HeapTerminatedArray.h b/Source/platform/heap/HeapTerminatedArray.h
index 4c6f3e77612e2fd24c1593cc7509b25a9f00e7b6..de1cd4649b94b433fb7e3354e9d71446fd491950 100644
--- a/Source/platform/heap/HeapTerminatedArray.h
+++ b/Source/platform/heap/HeapTerminatedArray.h
@@ -9,7 +9,7 @@
#include "wtf/TerminatedArray.h"
#include "wtf/TerminatedArrayBuilder.h"
-namespace WebCore {
+namespace blink {
template<typename T>
class HeapTerminatedArray : public TerminatedArray<T> {
@@ -49,6 +49,6 @@ private:
template<typename U, template <typename> class> friend class WTF::TerminatedArrayBuilder;
};
-} // namespace WebCore
+} // namespace blink
#endif // HeapTerminatedArray_h
« no previous file with comments | « Source/platform/heap/HeapLinkedStack.h ('k') | Source/platform/heap/HeapTerminatedArrayBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698