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

Unified Diff: extensions/browser/api/system_network/system_network_api.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in 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: extensions/browser/api/system_network/system_network_api.h
diff --git a/extensions/browser/api/system_network/system_network_api.h b/extensions/browser/api/system_network/system_network_api.h
index 54b0d9e07479dfdfdcccb7d196d3a4f6f1281ea0..e94b06e8ef729fe3306660ce8398348a1e4d680f 100644
--- a/extensions/browser/api/system_network/system_network_api.h
+++ b/extensions/browser/api/system_network/system_network_api.h
@@ -24,7 +24,7 @@ class SystemNetworkGetNetworkInterfacesFunction
virtual ~SystemNetworkGetNetworkInterfacesFunction();
// AsyncApiFunction:
- virtual bool RunAsync() OVERRIDE;
+ virtual bool RunAsync() override;
private:
void GetListOnFileThread();

Powered by Google App Engine
This is Rietveld 408576698