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

Unified Diff: chrome/app/client_util.cc

Issue 644903002: Replacing the OVERRIDE with override and in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extrafile added 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
« no previous file with comments | « chrome/app/chrome_main_delegate.h ('k') | chrome/app/delay_load_hook_unittest_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/client_util.cc
diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc
index d68229cf1f95e260206672d109c5ac1a788e402a..4dd632514f023a2dcba704c28b23c5813c084392 100644
--- a/chrome/app/client_util.cc
+++ b/chrome/app/client_util.cc
@@ -355,10 +355,10 @@ class ChromeDllLoader : public MainDllLoader {
class ChromiumDllLoader : public MainDllLoader {
protected:
- virtual void OnBeforeLaunch(const base::string16& dll_path) OVERRIDE {
+ virtual void OnBeforeLaunch(const base::string16& dll_path) override {
}
virtual int OnBeforeExit(int return_code,
- const base::string16& dll_path) OVERRIDE {
+ const base::string16& dll_path) override {
return return_code;
}
};
« no previous file with comments | « chrome/app/chrome_main_delegate.h ('k') | chrome/app/delay_load_hook_unittest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698