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

Unified Diff: chrome/service/service_process.cc

Issue 628083002: Replacing the OVERRIDE with override and FINAL with final in chrome/service (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
« no previous file with comments | « chrome/service/service_process.h ('k') | chrome/service/service_process_prefs_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.cc
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index fe4fe6d703a68dd77d05c8165b71ffeff52e87ef..cbfa85db51f9c73ee9eee31edb26047d72dac779 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -59,7 +59,7 @@ class ServiceIOThread : public base::Thread {
virtual ~ServiceIOThread();
protected:
- virtual void CleanUp() OVERRIDE;
+ virtual void CleanUp() override;
private:
DISALLOW_COPY_AND_ASSIGN(ServiceIOThread);
« no previous file with comments | « chrome/service/service_process.h ('k') | chrome/service/service_process_prefs_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698