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

Unified Diff: content/plugin/plugin_thread.h

Issue 630803002: Replace OVERRIDE and FINAL with override and final in content/plugin/[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 | « content/plugin/plugin_channel.cc ('k') | content/plugin/plugin_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_thread.h
diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h
index 55c498a1b1b927de3fc6b1d78146f2c6e72bdb3a..1a9906a7bb7a533cb8f333a6b4476be48491634e 100644
--- a/content/plugin/plugin_thread.h
+++ b/content/plugin/plugin_thread.h
@@ -26,7 +26,7 @@ class PluginThread : public ChildThread {
public:
PluginThread();
virtual ~PluginThread();
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
// Returns the one plugin thread.
static PluginThread* current();
@@ -36,7 +36,7 @@ class PluginThread : public ChildThread {
void SetForcefullyTerminatePluginProcess();
private:
- virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
+ virtual bool OnControlMessageReceived(const IPC::Message& msg) override;
// Callback for when a channel has been created.
void OnCreateChannel(int renderer_id, bool incognito);
« no previous file with comments | « content/plugin/plugin_channel.cc ('k') | content/plugin/plugin_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698