| Index: chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| diff --git a/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc b/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| index aaa1a8a7ba83280746fec55412c5bc3f2a69c8ef..d9d041ab7eb8e0f88113538e579d0e67bf56929c 100644
|
| --- a/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| +++ b/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
|
| @@ -10,8 +10,6 @@
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
|
|
| -namespace chrome {
|
| -namespace test {
|
| namespace {
|
|
|
| // Sample MTP device storage information.
|
| @@ -144,6 +142,3 @@ bool TestPortableDeviceWatcherWin::GetMTPStorageInfoFromDeviceId(
|
| return PortableDeviceWatcherWin::GetMTPStorageInfoFromDeviceId(
|
| storage_device_id, device_location, storage_object_id);
|
| }
|
| -
|
| -} // namespace test
|
| -} // namespace chrome
|
|
|