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

Unified Diff: third_party/WebKit/Source/platform/PODInterval.h

Issue 1741073002: Rename enums/functions that collide in chromium style in core/layout/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-6
Patch Set: get-names-7: rebase Created 4 years, 10 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
Index: third_party/WebKit/Source/platform/PODInterval.h
diff --git a/third_party/WebKit/Source/platform/PODInterval.h b/third_party/WebKit/Source/platform/PODInterval.h
index aea24efaf5b1761bfa4573c36eb6d3c20702d253..68307e2759d65448f13fcdaba3ac78708444a642 100644
--- a/third_party/WebKit/Source/platform/PODInterval.h
+++ b/third_party/WebKit/Source/platform/PODInterval.h
@@ -62,10 +62,10 @@ namespace blink {
// available:
//
// template<> struct ValueToString<T> {
-// static String string(const T& t);
+// static String toString(const T& t);
// };
// template<> struct ValueToString<UserData> {
-// static String string(const UserData& t);
+// static String toString(const UserData& t);
// };
//
// Note that this class requires a copy constructor and assignment

Powered by Google App Engine
This is Rietveld 408576698