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

Unified Diff: components/storage_monitor/test_portable_device_watcher_win.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/storage_monitor/test_portable_device_watcher_win.h
diff --git a/components/storage_monitor/test_portable_device_watcher_win.h b/components/storage_monitor/test_portable_device_watcher_win.h
index ed773ed6aafd6b3e5c1e2c3f3d9d6a5e56d60c33..bc108b1afcec69b4b5505cb9b4d412d5cabd0b8e 100644
--- a/components/storage_monitor/test_portable_device_watcher_win.h
+++ b/components/storage_monitor/test_portable_device_watcher_win.h
@@ -60,13 +60,13 @@ class TestPortableDeviceWatcherWin : public PortableDeviceWatcherWin {
private:
// PortableDeviceWatcherWin:
- virtual void EnumerateAttachedDevices() OVERRIDE;
+ virtual void EnumerateAttachedDevices() override;
virtual void HandleDeviceAttachEvent(
- const base::string16& pnp_device_id) OVERRIDE;
+ const base::string16& pnp_device_id) override;
virtual bool GetMTPStorageInfoFromDeviceId(
const std::string& storage_device_id,
base::string16* device_location,
- base::string16* storage_object_id) const OVERRIDE;
+ base::string16* storage_object_id) const override;
// Set to true to get dummy storage details from
// GetMTPStorageInfoFromDeviceId().

Powered by Google App Engine
This is Rietveld 408576698