Chromium Code Reviews| 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; |
|
Lei Zhang
2013/06/18 19:57:17
This is suppose to be part of the CL? Just want to
Greg Billock
2013/06/19 05:13:15
I think so. It's mostly internal fixture plumbing
|
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(TestStorageMonitorWin); |
| }; |