| Index: win8/metro_driver/chrome_app_view_ash.h
|
| diff --git a/win8/metro_driver/chrome_app_view_ash.h b/win8/metro_driver/chrome_app_view_ash.h
|
| index 0a88fadbc9c59279378981c096a6b884266e9836..4ad011f7ef1fe7378f016b93e9e7539ecf0847ea 100644
|
| --- a/win8/metro_driver/chrome_app_view_ash.h
|
| +++ b/win8/metro_driver/chrome_app_view_ash.h
|
| @@ -120,18 +120,18 @@ class ChromeAppViewAsh
|
| class PointerInfoHandler;
|
|
|
| // ImePopupObserver overrides.
|
| - virtual void OnImePopupChanged(ImePopupObserver::EventType event) OVERRIDE;
|
| + virtual void OnImePopupChanged(ImePopupObserver::EventType event) override;
|
|
|
| // InputSourceObserver overrides.
|
| - virtual void OnInputSourceChanged() OVERRIDE;
|
| + virtual void OnInputSourceChanged() override;
|
|
|
| // TextServiceDelegate overrides.
|
| virtual void OnCompositionChanged(
|
| const base::string16& text,
|
| int32 selection_start,
|
| int32 selection_end,
|
| - const std::vector<metro_viewer::UnderlineInfo>& underlines) OVERRIDE;
|
| - virtual void OnTextCommitted(const base::string16& text) OVERRIDE;
|
| + const std::vector<metro_viewer::UnderlineInfo>& underlines) override;
|
| + virtual void OnTextCommitted(const base::string16& text) override;
|
|
|
| // Convenience for sending a MetroViewerHostMsg_MouseButton with the specified
|
| // parameters.
|
|
|