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

Unified Diff: chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (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/webui/omnibox/omnibox_ui_handler.h
diff --git a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
index 7e2583fea0dfd90b7494a64d0e16d48554b65a77..33388d8a89ba178f63d885589e08c50d8e3954db 100644
--- a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
+++ b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h
@@ -30,10 +30,10 @@ class OmniboxUIHandler : public AutocompleteControllerDelegate,
virtual ~OmniboxUIHandler();
// AutocompleteControllerDelegate overrides:
- virtual void OnResultChanged(bool default_match_changed) OVERRIDE;
+ virtual void OnResultChanged(bool default_match_changed) override;
// ErrorHandler overrides:
- virtual void OnConnectionError() OVERRIDE {
+ virtual void OnConnectionError() override {
// TODO(darin): How should we handle connection error?
}
@@ -42,7 +42,7 @@ class OmniboxUIHandler : public AutocompleteControllerDelegate,
int32_t cursor_position,
bool prevent_inline_autocomplete,
bool prefer_keyword,
- int32_t page_classification) OVERRIDE;
+ int32_t page_classification) override;
private:
// Looks up whether the hostname is a typed host (i.e., has received
« no previous file with comments | « chrome/browser/ui/webui/omnibox/omnibox_ui.h ('k') | chrome/browser/ui/webui/options/autofill_options_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698