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

Unified Diff: chrome/browser/system_monitor/media_storage_util.h

Issue 10919051: Move device notification impl out of chrome/browser/media_gallery (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: modify for chromeos and win Created 8 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/system_monitor/media_storage_util.h
diff --git a/chrome/browser/media_gallery/media_storage_util.h b/chrome/browser/system_monitor/media_storage_util.h
similarity index 95%
rename from chrome/browser/media_gallery/media_storage_util.h
rename to chrome/browser/system_monitor/media_storage_util.h
index 8efeb945a7b57eb6f6ee8bdf93dd31444f4bd6b1..827b8ceb8aabdde78c5da52b7b67a3e423273107 100644
--- a/chrome/browser/media_gallery/media_storage_util.h
+++ b/chrome/browser/system_monitor/media_storage_util.h
@@ -5,8 +5,8 @@
// chrome::MediaStorageUtil provides information about storage devices attached
// to the computer.
-#ifndef CHROME_BROWSER_MEDIA_GALLERY_MEDIA_STORAGE_UTIL_H_
-#define CHROME_BROWSER_MEDIA_GALLERY_MEDIA_STORAGE_UTIL_H_
+#ifndef CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_STORAGE_UTIL_H_
+#define CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_STORAGE_UTIL_H_
#include <string>
@@ -91,4 +91,4 @@ class MediaStorageUtil {
} // namespace chrome
-#endif // CHROME_BROWSER_MEDIA_GALLERY_MEDIA_STORAGE_UTIL_H_
+#endif // CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_STORAGE_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698