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

Unified Diff: chrome/browser/extensions/api/dial/dial_registry.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (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/extensions/api/dial/dial_registry.h
diff --git a/chrome/browser/extensions/api/dial/dial_registry.h b/chrome/browser/extensions/api/dial/dial_registry.h
index d78f531a5f2d4b8d5daa7b8c967ae49cd6468a07..ac474c5e349ddf7735c3004e0f44041b8f668e0a 100644
--- a/chrome/browser/extensions/api/dial/dial_registry.h
+++ b/chrome/browser/extensions/api/dial/dial_registry.h
@@ -88,16 +88,16 @@ class DialRegistry : public DialService::Observer,
typedef std::map<std::string, linked_ptr<DialDeviceData> > DeviceByLabelMap;
// DialService::Observer:
- virtual void OnDiscoveryRequest(DialService* service) OVERRIDE;
+ virtual void OnDiscoveryRequest(DialService* service) override;
virtual void OnDeviceDiscovered(DialService* service,
- const DialDeviceData& device) OVERRIDE;
- virtual void OnDiscoveryFinished(DialService* service) OVERRIDE;
+ const DialDeviceData& device) override;
+ virtual void OnDiscoveryFinished(DialService* service) override;
virtual void OnError(DialService* service,
- const DialService::DialServiceErrorCode& code) OVERRIDE;
+ const DialService::DialServiceErrorCode& code) override;
// net::NetworkChangeObserver:
virtual void OnNetworkChanged(
- net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
+ net::NetworkChangeNotifier::ConnectionType type) override;
// Starts and stops periodic discovery. Periodic discovery is done when there
// are registered event listeners.
« no previous file with comments | « chrome/browser/extensions/api/dial/dial_apitest.cc ('k') | chrome/browser/extensions/api/dial/dial_registry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698