| Index: chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| diff --git a/chrome/browser/media_gallery/removable_device_notifications_linux_unittest.cc b/chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/media_gallery/removable_device_notifications_linux_unittest.cc
|
| rename to chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| index 5adbfc7dccc010401c397d60ba4d21e05dd2f9d3..cf501e2bf9b9314ce6cc889ffaaad190e5da3c59 100644
|
| --- a/chrome/browser/media_gallery/removable_device_notifications_linux_unittest.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| // RemovableDeviceNotificationsLinux unit tests.
|
|
|
| -#include "chrome/browser/media_gallery/removable_device_notifications_linux.h"
|
| +#include "chrome/browser/system_monitor/removable_device_notifications_linux.h"
|
|
|
| #include <mntent.h>
|
| #include <stdio.h>
|
| @@ -19,7 +19,7 @@
|
| #include "base/system_monitor/system_monitor.h"
|
| #include "base/test/mock_devices_changed_observer.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/media_gallery/media_storage_util.h"
|
| +#include "chrome/browser/system_monitor/media_storage_util.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|