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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceServerTiming.h

Issue 2880873002: rename PerformanceServerTiming members to conform with 'Blink Rename' (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/core/timing/PerformanceServerTiming.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/timing/PerformanceServerTiming.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceServerTiming.h b/third_party/WebKit/Source/core/timing/PerformanceServerTiming.h
index a4d211be8f9394680db92d6d9e3d59d9f06cabbe..814dfe415d32e1281ead143440b8e15a6da5cfec 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceServerTiming.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceServerTiming.h
@@ -34,8 +34,8 @@ class CORE_EXPORT PerformanceServerTiming : public PerformanceEntry {
double duration,
const String& description);
- const String m_metric;
- const String m_description;
+ const String metric_;
+ const String description_;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/timing/PerformanceServerTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698