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

Unified Diff: Source/platform/PODInterval.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/PODFreeListArenaTest.cpp ('k') | Source/platform/PODIntervalTree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PODInterval.h
diff --git a/Source/platform/PODInterval.h b/Source/platform/PODInterval.h
index 3c97e69f2cb3a01fe3f12f824f828d0ace1c3331..984d85a984053a424f86e6c81ec620d97781ecbd 100644
--- a/Source/platform/PODInterval.h
+++ b/Source/platform/PODInterval.h
@@ -30,7 +30,7 @@
#include "wtf/text/StringBuilder.h"
#endif
-namespace WebCore {
+namespace blink {
// Class representing a closed interval which can hold an arbitrary
// Plain Old Datatype (POD) as its endpoints and a piece of user
@@ -60,10 +60,10 @@ namespace WebCore {
// enabled. This requires the following template specializations to be
// available:
//
-// template<> struct WebCore::ValueToString<T> {
+// template<> struct blink::ValueToString<T> {
// static String string(const T& t);
// };
-// template<> struct WebCore::ValueToString<UserData> {
+// template<> struct blink::ValueToString<UserData> {
// static String string(const UserData& t);
// };
//
@@ -158,6 +158,6 @@ private:
T m_maxHigh;
};
-} // namespace WebCore
+} // namespace blink
#endif // PODInterval_h
« no previous file with comments | « Source/platform/PODFreeListArenaTest.cpp ('k') | Source/platform/PODIntervalTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698