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

Unified Diff: chrome/browser/ui/ash/ash_keyboard_controller_proxy.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[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
Index: chrome/browser/ui/ash/ash_keyboard_controller_proxy.h
diff --git a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h
index 791d2b8fa6023cadcf4f112e754ad2958747fff0..1a21c6d2fb311d9478393488e24a916fc6bca08c 100644
--- a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h
+++ b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h
@@ -39,13 +39,13 @@ class AshKeyboardControllerProxy
void OnRequest(const ExtensionHostMsg_Request_Params& params);
// keyboard::KeyboardControllerProxy overrides
- virtual content::BrowserContext* GetBrowserContext() OVERRIDE;
- virtual ui::InputMethod* GetInputMethod() OVERRIDE;
+ virtual content::BrowserContext* GetBrowserContext() override;
+ virtual ui::InputMethod* GetInputMethod() override;
virtual void RequestAudioInput(content::WebContents* web_contents,
const content::MediaStreamRequest& request,
- const content::MediaResponseCallback& callback) OVERRIDE;
- virtual void SetupWebContents(content::WebContents* contents) OVERRIDE;
- virtual void ShowKeyboardContainer(aura::Window* container) OVERRIDE;
+ const content::MediaResponseCallback& callback) override;
+ virtual void SetupWebContents(content::WebContents* contents) override;
+ virtual void ShowKeyboardContainer(aura::Window* container) override;
// The overridden implementation dispatches
// chrome.virtualKeyboardPrivate.onTextInputBoxFocused event to extension to
@@ -54,15 +54,15 @@ class AshKeyboardControllerProxy
// information, but not when the virtual keyboard is used in conjunction with
// another IME. virtualKeyboardPrivate.onTextInputBoxFocused is the remedy in
// that case.
- virtual void SetUpdateInputType(ui::TextInputType type) OVERRIDE;
+ virtual void SetUpdateInputType(ui::TextInputType type) override;
// extensions::ExtensionFunctionDispatcher::Delegate overrides
virtual extensions::WindowController* GetExtensionWindowController() const
- OVERRIDE;
- virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
+ override;
+ virtual content::WebContents* GetAssociatedWebContents() const override;
// content::WebContentsObserver overrides
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& message) override;
scoped_ptr<extensions::ExtensionFunctionDispatcher>
extension_function_dispatcher_;
« no previous file with comments | « chrome/browser/ui/ash/app_sync_ui_state_factory.h ('k') | chrome/browser/ui/ash/chrome_new_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698