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

Unified Diff: chromeos/dbus/nfc_property_set.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (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
« no previous file with comments | « chromeos/dbus/nfc_manager_client.cc ('k') | chromeos/dbus/nfc_record_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/nfc_property_set.h
diff --git a/chromeos/dbus/nfc_property_set.h b/chromeos/dbus/nfc_property_set.h
index 203f2355215fe36d50b6356954b8889ef9bb7c7b..f6b50a2001fa321e66cc67f0f4ef35766d3c235f 100644
--- a/chromeos/dbus/nfc_property_set.h
+++ b/chromeos/dbus/nfc_property_set.h
@@ -33,14 +33,14 @@ class NfcPropertySet : public dbus::PropertySet {
void SetAllPropertiesReceivedCallback(const base::Closure& callback);
// dbus::PropertySet overrides
- virtual void ConnectSignals() OVERRIDE;
+ virtual void ConnectSignals() override;
virtual void Get(dbus::PropertyBase* property,
- GetCallback callback) OVERRIDE;
- virtual void GetAll() OVERRIDE;
- virtual void OnGetAll(dbus::Response* response) OVERRIDE;
+ GetCallback callback) override;
+ virtual void GetAll() override;
+ virtual void OnGetAll(dbus::Response* response) override;
virtual void Set(dbus::PropertyBase* property,
- SetCallback callback) OVERRIDE;
- virtual void ChangedReceived(dbus::Signal* signal) OVERRIDE;
+ SetCallback callback) override;
+ virtual void ChangedReceived(dbus::Signal* signal) override;
protected:
const base::Closure& on_get_all_callback() { return on_get_all_callback_; }
« no previous file with comments | « chromeos/dbus/nfc_manager_client.cc ('k') | chromeos/dbus/nfc_record_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698