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

Unified Diff: Source/platform/PODRedBlackTree.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/PODIntervalTreeTest.cpp ('k') | Source/platform/PODRedBlackTreeTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PODRedBlackTree.h
diff --git a/Source/platform/PODRedBlackTree.h b/Source/platform/PODRedBlackTree.h
index fe998de71f84aa1e969960e3bb40ba5362f27f50..d408d3d928a45e0689bdef06273637d5baf4012c 100644
--- a/Source/platform/PODRedBlackTree.h
+++ b/Source/platform/PODRedBlackTree.h
@@ -44,7 +44,7 @@
// In debug mode, printing of the data contained in the tree is
// enabled. This requires the template specialization to be available:
//
-// template<> struct WebCore::ValueToString<T> {
+// template<> struct blink::ValueToString<T> {
// static String string(const T& t);
// };
//
@@ -82,7 +82,7 @@
#include "wtf/text/WTFString.h"
#endif
-namespace WebCore {
+namespace blink {
#ifndef NDEBUG
template<class T>
@@ -823,6 +823,6 @@ private:
#endif
};
-} // namespace WebCore
+} // namespace blink
#endif // PODRedBlackTree_h
« no previous file with comments | « Source/platform/PODIntervalTreeTest.cpp ('k') | Source/platform/PODRedBlackTreeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698