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

Unified Diff: chrome/service/service_process.cc

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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/test/base/browser_perf_tests_main.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 cbfa85db51f9c73ee9eee31edb26047d72dac779..da6c82343d2b671921b0ff1ab0a6788068c6d7c8 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -56,10 +56,10 @@ const char kDefaultServiceProcessLocale[] = "en-US";
class ServiceIOThread : public base::Thread {
public:
explicit ServiceIOThread(const char* name);
- virtual ~ServiceIOThread();
+ ~ServiceIOThread() override;
protected:
- virtual void CleanUp() override;
+ void CleanUp() override;
private:
DISALLOW_COPY_AND_ASSIGN(ServiceIOThread);
« no previous file with comments | « chrome/service/service_process.h ('k') | chrome/test/base/browser_perf_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698