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

Unified Diff: components/storage_monitor/storage_monitor_mac_unittest.mm

Issue 826213004: Update {virtual,override,final} for components/ to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/storage_monitor_mac_unittest.mm
diff --git a/components/storage_monitor/storage_monitor_mac_unittest.mm b/components/storage_monitor/storage_monitor_mac_unittest.mm
index 0111cd818c4a0235876d1491c8203d7d09aaa603..57ef88f8a0b82217cfbaeb23367b0e4fcac455e5 100644
--- a/components/storage_monitor/storage_monitor_mac_unittest.mm
+++ b/components/storage_monitor/storage_monitor_mac_unittest.mm
@@ -41,7 +41,7 @@ class StorageMonitorMacTest : public testing::Test {
public:
StorageMonitorMacTest() {}
- virtual void SetUp() override {
+ void SetUp() override {
monitor_.reset(new StorageMonitorMac);
mock_storage_observer_.reset(new MockRemovableStorageObserver);

Powered by Google App Engine
This is Rietveld 408576698