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

Unified Diff: chrome/browser/storage_monitor/test_storage_monitor_win.h

Issue 17389007: [MediaGalleries] Mock the app data dir on Windows/Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Non-virtual dtor Created 7 years, 6 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: chrome/browser/storage_monitor/test_storage_monitor_win.h
diff --git a/chrome/browser/storage_monitor/test_storage_monitor_win.h b/chrome/browser/storage_monitor/test_storage_monitor_win.h
index bb29d9f4df8adc9de1641bcf4db9552c395826f0..f7608ebb806bb4740dced5ec696d305743789fe6 100644
--- a/chrome/browser/storage_monitor/test_storage_monitor_win.h
+++ b/chrome/browser/storage_monitor/test_storage_monitor_win.h
@@ -31,6 +31,8 @@ class TestStorageMonitorWin: public StorageMonitorWin {
VolumeMountWatcherWin* volume_mount_watcher();
+ virtual Receiver* receiver() const OVERRIDE;
+
private:
DISALLOW_COPY_AND_ASSIGN(TestStorageMonitorWin);
};

Powered by Google App Engine
This is Rietveld 408576698