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

Unified Diff: content/browser/time_zone_monitor_android.h

Issue 884103004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/browser/time_zone_monitor_android.h
diff --git a/content/browser/time_zone_monitor_android.h b/content/browser/time_zone_monitor_android.h
index a462eb5a2de437009d59beaf0302534da1f43561..cb3cb9f216e1be71c767c06df6c13afff4877b85 100644
--- a/content/browser/time_zone_monitor_android.h
+++ b/content/browser/time_zone_monitor_android.h
@@ -17,7 +17,7 @@ namespace content {
class TimeZoneMonitorAndroid : public TimeZoneMonitor {
public:
TimeZoneMonitorAndroid();
- virtual ~TimeZoneMonitorAndroid();
+ ~TimeZoneMonitorAndroid() override;
// Must be called at startup.
static bool Register(JNIEnv* env);
« no previous file with comments | « content/browser/speech/speech_recognizer_impl_android.h ('k') | content/browser/web_contents/web_contents_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698