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

Unified Diff: Source/platform/TracedValue.h

Issue 1213003004: Fix virtual/override/final usage in Source/platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/TimerTest.cpp ('k') | Source/platform/UserGestureIndicator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TracedValue.h
diff --git a/Source/platform/TracedValue.h b/Source/platform/TracedValue.h
index 8723cbe84a70c0955990f0da39092f74f044e3d4..ee0a19b9fdd1853841c0c004b6ec332c47473f40 100644
--- a/Source/platform/TracedValue.h
+++ b/Source/platform/TracedValue.h
@@ -38,11 +38,11 @@ public:
void beginArray();
void beginDictionary();
- virtual String asTraceFormat() const override;
+ String asTraceFormat() const override;
private:
TracedValue();
- virtual ~TracedValue();
+ ~TracedValue() override;
JSONObject* currentDictionary() const;
JSONArray* currentArray() const;
« no previous file with comments | « Source/platform/TimerTest.cpp ('k') | Source/platform/UserGestureIndicator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698