| Index: components/storage_monitor/image_capture_device_manager_unittest.mm
|
| diff --git a/components/storage_monitor/image_capture_device_manager_unittest.mm b/components/storage_monitor/image_capture_device_manager_unittest.mm
|
| index bd85af956fb281e60ce09f81661dc6aca4ee5180..7a0c588282cce28f3d943f05729e92cafff61adf 100644
|
| --- a/components/storage_monitor/image_capture_device_manager_unittest.mm
|
| +++ b/components/storage_monitor/image_capture_device_manager_unittest.mm
|
| @@ -240,13 +240,9 @@ class TestCameraListener
|
|
|
| class ImageCaptureDeviceManagerTest : public testing::Test {
|
| public:
|
| - virtual void SetUp() override {
|
| - monitor_ = TestStorageMonitor::CreateAndInstall();
|
| - }
|
| + void SetUp() override { monitor_ = TestStorageMonitor::CreateAndInstall(); }
|
|
|
| - virtual void TearDown() override {
|
| - TestStorageMonitor::Destroy();
|
| - }
|
| + void TearDown() override { TestStorageMonitor::Destroy(); }
|
|
|
| MockICCameraDevice* AttachDevice(ImageCaptureDeviceManager* manager) {
|
| // Ownership will be passed to the device browser delegate.
|
|
|