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

Unified Diff: content/utility/in_process_utility_thread.h

Issue 633483002: Replace OVERRIDE and FINAL with override and final in content/utility/[a-s]* (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 | « no previous file | content/utility/utility_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/in_process_utility_thread.h
diff --git a/content/utility/in_process_utility_thread.h b/content/utility/in_process_utility_thread.h
index 7f4c732667b1ffa1a48d074bc613e8336b64a0d0..606c6d299f8c197e93ce8f5545b1ae231556ad82 100644
--- a/content/utility/in_process_utility_thread.h
+++ b/content/utility/in_process_utility_thread.h
@@ -21,8 +21,8 @@ class InProcessUtilityThread : public base::Thread {
private:
// base::Thread implementation:
- virtual void Init() OVERRIDE;
- virtual void CleanUp() OVERRIDE;
+ virtual void Init() override;
+ virtual void CleanUp() override;
void InitInternal();
« no previous file with comments | « no previous file | content/utility/utility_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698