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

Unified Diff: chrome/browser/extensions/api/diagnostics/diagnostics_api.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: chrome/browser/extensions/api/diagnostics/diagnostics_api.h
diff --git a/chrome/browser/extensions/api/diagnostics/diagnostics_api.h b/chrome/browser/extensions/api/diagnostics/diagnostics_api.h
index e088f3c0a08c80cfebff15f03dc50187e8da1a90..c3c968222fda281da2d6c32b20eee8f814f5ee53 100644
--- a/chrome/browser/extensions/api/diagnostics/diagnostics_api.h
+++ b/chrome/browser/extensions/api/diagnostics/diagnostics_api.h
@@ -37,10 +37,10 @@ class DiagnosticsSendPacketFunction : public AsyncApiFunction {
virtual ~DiagnosticsSendPacketFunction();
// AsyncApiFunction:
- virtual bool Prepare() OVERRIDE;
+ virtual bool Prepare() override;
// This methods will be implemented differently on different platforms.
- virtual void AsyncWorkStart() OVERRIDE;
- virtual bool Respond() OVERRIDE;
+ virtual void AsyncWorkStart() override;
+ virtual bool Respond() override;
private:
void SendPingPacket();
« no previous file with comments | « chrome/browser/extensions/api/device_permissions_manager_unittest.cc ('k') | chrome/browser/extensions/api/dial/dial_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698