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

Unified Diff: content/public/browser/android/content_protocol_handler.h

Issue 893333004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting Created 5 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: content/public/browser/android/content_protocol_handler.h
diff --git a/content/public/browser/android/content_protocol_handler.h b/content/public/browser/android/content_protocol_handler.h
index 404ecb9f42b7b118664d0c751c3c2e8dffa97e7a..be9473e1bb3e12cae1277bd38644dd706d8f1caa 100644
--- a/content/public/browser/android/content_protocol_handler.h
+++ b/content/public/browser/android/content_protocol_handler.h
@@ -24,7 +24,7 @@ class CONTENT_EXPORT ContentProtocolHandler :
const scoped_refptr<base::TaskRunner>& content_task_runner);
protected:
- virtual ~ContentProtocolHandler() {}
+ ~ContentProtocolHandler() override {}
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698