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

Unified Diff: chromeos/dbus/fake_permission_broker_client.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/fake_nfc_tag_client.h ('k') | chromeos/dbus/fake_power_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_permission_broker_client.h
diff --git a/chromeos/dbus/fake_permission_broker_client.h b/chromeos/dbus/fake_permission_broker_client.h
index a2b8978ac471e22184e8a2acc222cfa4e8fed54b..dbfabe3244935f07e4e9b385b61729ae7babfbf8 100644
--- a/chromeos/dbus/fake_permission_broker_client.h
+++ b/chromeos/dbus/fake_permission_broker_client.h
@@ -16,14 +16,14 @@ class FakePermissionBrokerClient : public PermissionBrokerClient {
FakePermissionBrokerClient();
virtual ~FakePermissionBrokerClient();
- virtual void Init(dbus::Bus* bus) OVERRIDE;
+ virtual void Init(dbus::Bus* bus) override;
virtual void RequestPathAccess(const std::string& path,
int interface_id,
- const ResultCallback& callback) OVERRIDE;
+ const ResultCallback& callback) override;
virtual void RequestUsbAccess(const uint16_t vendor_id,
const uint16_t product_id,
int interface_id,
- const ResultCallback& callback) OVERRIDE;
+ const ResultCallback& callback) override;
private:
DISALLOW_COPY_AND_ASSIGN(FakePermissionBrokerClient);
};
« no previous file with comments | « chromeos/dbus/fake_nfc_tag_client.h ('k') | chromeos/dbus/fake_power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698