Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6656)

Unified Diff: chrome/browser/storage_monitor/portable_device_watcher_win.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/storage_monitor/portable_device_watcher_win.h
diff --git a/chrome/browser/storage_monitor/portable_device_watcher_win.h b/chrome/browser/storage_monitor/portable_device_watcher_win.h
index 44cd80ecd5b5b3849a8fa4ce3d6ae775a14832de..3bb6ceebd15c594f7dfec3d65e534c42585a0fa5 100644
--- a/chrome/browser/storage_monitor/portable_device_watcher_win.h
+++ b/chrome/browser/storage_monitor/portable_device_watcher_win.h
@@ -20,11 +20,7 @@ namespace base {
class SequencedTaskRunner;
}
-namespace chrome {
-
-namespace test {
class TestPortableDeviceWatcherWin;
-}
// This class watches the portable device mount points and sends notifications
// about the attached/detached media transfer protocol (MTP) devices.
@@ -98,7 +94,7 @@ class PortableDeviceWatcherWin {
base::Callback<void(StorageMonitor::EjectStatus)> callback);
private:
- friend class test::TestPortableDeviceWatcherWin;
+ friend class TestPortableDeviceWatcherWin;
// Key: MTP device storage unique id.
// Value: Metadata for the given storage.
@@ -143,6 +139,4 @@ class PortableDeviceWatcherWin {
DISALLOW_COPY_AND_ASSIGN(PortableDeviceWatcherWin);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_STORAGE_MONITOR_PORTABLE_DEVICE_WATCHER_WIN_H_
« no previous file with comments | « chrome/browser/storage_monitor/mtab_watcher_linux.cc ('k') | chrome/browser/storage_monitor/portable_device_watcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698