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

Unified Diff: components/pairing/shark_connection_listener.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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: components/pairing/shark_connection_listener.h
diff --git a/components/pairing/shark_connection_listener.h b/components/pairing/shark_connection_listener.h
index e2e786b0a7fcdadb746afab9554a19b1a7795ec8..e2f9b06ee3247c370ee3e5ad8e8103f2dcd804b7 100644
--- a/components/pairing/shark_connection_listener.h
+++ b/components/pairing/shark_connection_listener.h
@@ -29,13 +29,13 @@ class SharkConnectionListener : public HostPairingController::Observer {
typedef HostPairingController::Stage Stage;
// HostPairingController::Observer overrides:
- virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
+ virtual void PairingStageChanged(Stage new_stage) override;
virtual void ConfigureHost(bool accepted_eula,
const std::string& lang,
const std::string& timezone,
bool send_reports,
- const std::string& keyboard_layout) OVERRIDE;
- virtual void EnrollHost(const std::string& auth_token) OVERRIDE;
+ const std::string& keyboard_layout) override;
+ virtual void EnrollHost(const std::string& auth_token) override;
OnConnectedCallback callback_;
scoped_ptr<HostPairingController> controller_;

Powered by Google App Engine
This is Rietveld 408576698