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

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

Issue 1746283002: Rename enums/functions that collide in chromium style in platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get-names-13-platform: . 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
« no previous file with comments | « third_party/WebKit/Source/platform/CalculationValue.h ('k') | third_party/WebKit/Source/platform/Decimal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/DateComponents.h
diff --git a/third_party/WebKit/Source/platform/DateComponents.h b/third_party/WebKit/Source/platform/DateComponents.h
index 99523ba4a12ca1a62db6bc227d303dd7ea76c549..980ca0fa76f040bb868469c02afc42653e6ce211 100644
--- a/third_party/WebKit/Source/platform/DateComponents.h
+++ b/third_party/WebKit/Source/platform/DateComponents.h
@@ -80,7 +80,7 @@ public:
int month() const { return m_month; }
int fullYear() const { return m_year; }
int week() const { return m_week; }
- Type type() const { return m_type; }
+ Type getType() const { return m_type; }
enum SecondFormat {
None, // Suppress the second part and the millisecond part if they are 0.
« no previous file with comments | « third_party/WebKit/Source/platform/CalculationValue.h ('k') | third_party/WebKit/Source/platform/Decimal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698