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

Unified Diff: chromeos/dbus/fake_lorgnette_manager_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_introspectable_client.h ('k') | chromeos/dbus/fake_modem_messaging_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_lorgnette_manager_client.h
diff --git a/chromeos/dbus/fake_lorgnette_manager_client.h b/chromeos/dbus/fake_lorgnette_manager_client.h
index 7f514f5a8f15faed55d32e8213791a1df840d761..84ab1a181e7e57303061d6f28d6d8f163a295da2 100644
--- a/chromeos/dbus/fake_lorgnette_manager_client.h
+++ b/chromeos/dbus/fake_lorgnette_manager_client.h
@@ -19,13 +19,13 @@ class CHROMEOS_EXPORT FakeLorgnetteManagerClient
FakeLorgnetteManagerClient();
virtual ~FakeLorgnetteManagerClient();
- virtual void Init(dbus::Bus* bus) OVERRIDE;
+ virtual void Init(dbus::Bus* bus) override;
- virtual void ListScanners(const ListScannersCallback& callback) OVERRIDE;
+ virtual void ListScanners(const ListScannersCallback& callback) override;
virtual void ScanImage(std::string device_name,
base::PlatformFile file,
const ScanProperties& properties,
- const ScanImageCallback& callback) OVERRIDE;
+ const ScanImageCallback& callback) override;
private:
DISALLOW_COPY_AND_ASSIGN(FakeLorgnetteManagerClient);
« no previous file with comments | « chromeos/dbus/fake_introspectable_client.h ('k') | chromeos/dbus/fake_modem_messaging_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698