| Index: chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc
|
| diff --git a/chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc b/chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc
|
| deleted file mode 100644
|
| index fa642f8c0d3c69e3ee932a72d3e597992e3de126..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/storage_monitor/test_removable_device_notifications_window_win.cc
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -//
|
| -// TestRemovableDeviceNotificationsWindowWin implementation.
|
| -
|
| -#include "chrome/browser/storage_monitor/test_removable_device_notifications_window_win.h"
|
| -
|
| -#include "chrome/browser/storage_monitor/test_portable_device_watcher_win.h"
|
| -#include "chrome/browser/storage_monitor/test_volume_mount_watcher_win.h"
|
| -
|
| -namespace chrome {
|
| -namespace test {
|
| -
|
| -TestRemovableDeviceNotificationsWindowWin::
|
| - TestRemovableDeviceNotificationsWindowWin(
|
| - TestVolumeMountWatcherWin* volume_mount_watcher,
|
| - TestPortableDeviceWatcherWin* portable_device_watcher)
|
| - : RemovableDeviceNotificationsWindowWin(volume_mount_watcher,
|
| - portable_device_watcher) {
|
| - DCHECK(volume_mount_watcher_);
|
| - DCHECK(portable_device_watcher);
|
| -}
|
| -
|
| -TestRemovableDeviceNotificationsWindowWin::
|
| - ~TestRemovableDeviceNotificationsWindowWin() {
|
| -}
|
| -
|
| -void TestRemovableDeviceNotificationsWindowWin::InjectDeviceChange(
|
| - UINT event_type,
|
| - DWORD data) {
|
| - OnDeviceChange(event_type, data);
|
| -}
|
| -
|
| -VolumeMountWatcherWin*
|
| -TestRemovableDeviceNotificationsWindowWin::volume_mount_watcher() {
|
| - return volume_mount_watcher_.get();
|
| -}
|
| -
|
| -} // namespace test
|
| -} // namespace chrome
|
|
|