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

Unified Diff: components/storage_monitor/test_portable_device_watcher_win.h

Issue 1056633004: Update {virtual,override} to follow C++11 style in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix logo tracker unittest. Created 5 years, 8 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 bc108b1afcec69b4b5505cb9b4d412d5cabd0b8e..53275da585605717f796babefe17d0350d3446df 100644
--- a/components/storage_monitor/test_portable_device_watcher_win.h
+++ b/components/storage_monitor/test_portable_device_watcher_win.h
@@ -26,7 +26,7 @@ class TestPortableDeviceWatcherWin : public PortableDeviceWatcherWin {
static const char kStorageUniqueIdA[];
TestPortableDeviceWatcherWin();
- virtual ~TestPortableDeviceWatcherWin();
+ ~TestPortableDeviceWatcherWin() override;
// Returns the persistent storage unique id of the device specified by the
// |pnp_device_id|. |storage_object_id| specifies the string ID that uniquely
@@ -60,10 +60,9 @@ class TestPortableDeviceWatcherWin : public PortableDeviceWatcherWin {
private:
// PortableDeviceWatcherWin:
- virtual void EnumerateAttachedDevices() override;
- virtual void HandleDeviceAttachEvent(
- const base::string16& pnp_device_id) override;
- virtual bool GetMTPStorageInfoFromDeviceId(
+ void EnumerateAttachedDevices() override;
+ void HandleDeviceAttachEvent(const base::string16& pnp_device_id) override;
+ bool GetMTPStorageInfoFromDeviceId(
const std::string& storage_device_id,
base::string16* device_location,
base::string16* storage_object_id) const override;
« no previous file with comments | « components/storage_monitor/storage_monitor_win_unittest.cc ('k') | components/storage_monitor/test_storage_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698