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

Unified Diff: content/renderer/pepper/host_resource_var.h

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (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/renderer/pepper/host_globals.h ('k') | content/renderer/pepper/host_var_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/host_resource_var.h
diff --git a/content/renderer/pepper/host_resource_var.h b/content/renderer/pepper/host_resource_var.h
index 1e8928a94f542b95f09b37d8097b886fb4975538..6a37020ae8733c45bbdb859f1f4796248f8718c7 100644
--- a/content/renderer/pepper/host_resource_var.h
+++ b/content/renderer/pepper/host_resource_var.h
@@ -32,11 +32,11 @@ class HostResourceVar : public ppapi::ResourceVar {
const IPC::Message& creation_message);
// ResourceVar override.
- virtual PP_Resource GetPPResource() const OVERRIDE;
- virtual int GetPendingRendererHostId() const OVERRIDE;
- virtual int GetPendingBrowserHostId() const OVERRIDE;
- virtual const IPC::Message* GetCreationMessage() const OVERRIDE;
- virtual bool IsPending() const OVERRIDE;
+ virtual PP_Resource GetPPResource() const override;
+ virtual int GetPendingRendererHostId() const override;
+ virtual int GetPendingBrowserHostId() const override;
+ virtual const IPC::Message* GetCreationMessage() const override;
+ virtual bool IsPending() const override;
void set_pending_browser_host_id(int id) { pending_browser_host_id_ = id; }
« no previous file with comments | « content/renderer/pepper/host_globals.h ('k') | content/renderer/pepper/host_var_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698