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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 636483002: Replace OVERRIDE and FINAL with override and final in content/gpu/[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/gpu/gpu_watchdog_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index ff0c9258cd11fed094001d32487961a8d65e3ea4..b034a8f4460e6939a909f85ab95abf7c1a9c5668 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -47,14 +47,14 @@ class GpuChildThread : public ChildThread {
virtual ~GpuChildThread();
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
void Init(const base::Time& process_start_time);
void StopWatchdog();
// ChildThread overrides.
- virtual bool Send(IPC::Message* msg) OVERRIDE;
- virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
+ virtual bool Send(IPC::Message* msg) override;
+ virtual bool OnControlMessageReceived(const IPC::Message& msg) override;
private:
// Message handlers.
« no previous file with comments | « no previous file | content/gpu/gpu_watchdog_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698