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

Unified Diff: Source/platform/PODRedBlackTree.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/PODInterval.h ('k') | Source/platform/PlatformScreen.h » ('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 d408d3d928a45e0689bdef06273637d5baf4012c..1f1f574e46cdec9fa7b1ae53e6bd412d44f95003 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 blink::ValueToString<T> {
+// template<> struct ValueToString<T> {
// static String string(const T& t);
// };
//
« no previous file with comments | « Source/platform/PODInterval.h ('k') | Source/platform/PlatformScreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698