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

Unified Diff: chrome/browser/install_verification/win/module_verification_test.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/install_verification/win/module_verification_test.h
diff --git a/chrome/browser/install_verification/win/module_verification_test.h b/chrome/browser/install_verification/win/module_verification_test.h
index 5dfc4587c4cbc3d0c63019e28798f4aab5ad0c44..718212c777e3e2459d68add829508d6a565bac88 100644
--- a/chrome/browser/install_verification/win/module_verification_test.h
+++ b/chrome/browser/install_verification/win/module_verification_test.h
@@ -14,7 +14,7 @@ struct ModuleInfo;
class ModuleVerificationTest : public testing::Test {
public:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
protected:
bool GetLoadedModuleInfoSet(std::set<ModuleInfo>* loaded_module_info_set);
« no previous file with comments | « chrome/browser/infobars/simple_alert_infobar_delegate.h ('k') | chrome/browser/intranet_redirect_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698