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

Unified Diff: win8/metro_driver/chrome_app_view_ash.h

Issue 625073003: Replacing the OVERRIDE with override and FINAL with final in win8 folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected patchset-1 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 | « no previous file | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698