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

Unified Diff: extensions/shell/browser/shell_nacl_browser_delegate.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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
Index: extensions/shell/browser/shell_nacl_browser_delegate.h
diff --git a/extensions/shell/browser/shell_nacl_browser_delegate.h b/extensions/shell/browser/shell_nacl_browser_delegate.h
index 0b4467aec194fc31186e5998dcb2be2ab3eb5b56..d3fe9d286afc7db86a347bbfbed7b7dc659cad4f 100644
--- a/extensions/shell/browser/shell_nacl_browser_delegate.h
+++ b/extensions/shell/browser/shell_nacl_browser_delegate.h
@@ -26,25 +26,25 @@ class ShellNaClBrowserDelegate : public NaClBrowserDelegate {
// NaClBrowserDelegate overrides:
virtual void ShowMissingArchInfobar(int render_process_id,
- int render_view_id) OVERRIDE;
- virtual bool DialogsAreSuppressed() OVERRIDE;
- virtual bool GetCacheDirectory(base::FilePath* cache_dir) OVERRIDE;
- virtual bool GetPluginDirectory(base::FilePath* plugin_dir) OVERRIDE;
- virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) OVERRIDE;
- virtual bool GetUserDirectory(base::FilePath* user_dir) OVERRIDE;
- virtual std::string GetVersionString() const OVERRIDE;
+ int render_view_id) override;
+ virtual bool DialogsAreSuppressed() override;
+ virtual bool GetCacheDirectory(base::FilePath* cache_dir) override;
+ virtual bool GetPluginDirectory(base::FilePath* plugin_dir) override;
+ virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) override;
+ virtual bool GetUserDirectory(base::FilePath* user_dir) override;
+ virtual std::string GetVersionString() const override;
virtual ppapi::host::HostFactory* CreatePpapiHostFactory(
- content::BrowserPpapiHost* ppapi_host) OVERRIDE;
+ content::BrowserPpapiHost* ppapi_host) override;
virtual bool MapUrlToLocalFilePath(const GURL& url,
bool is_blocking,
const base::FilePath& profile_directory,
- base::FilePath* file_path) OVERRIDE;
- virtual void SetDebugPatterns(std::string debug_patterns) OVERRIDE;
- virtual bool URLMatchesDebugPatterns(const GURL& manifest_url) OVERRIDE;
+ base::FilePath* file_path) override;
+ virtual void SetDebugPatterns(std::string debug_patterns) override;
+ virtual bool URLMatchesDebugPatterns(const GURL& manifest_url) override;
virtual content::BrowserPpapiHost::OnKeepaliveCallback
- GetOnKeepaliveCallback() OVERRIDE;
+ GetOnKeepaliveCallback() override;
virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
- const GURL& manifest_url) OVERRIDE;
+ const GURL& manifest_url) override;
private:
content::BrowserContext* browser_context_; // Not owned.
« no previous file with comments | « extensions/shell/browser/shell_extensions_browser_client.h ('k') | extensions/shell/browser/shell_native_app_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698