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

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

Issue 12208079: Move TransientDeviceId from MediFileSystemRegistry to RemovableStorageNotifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Abstract a bit better Created 7 years, 10 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/transient_device_ids.h
diff --git a/chrome/browser/media_gallery/transient_device_ids.h b/chrome/browser/system_monitor/transient_device_ids.h
similarity index 86%
rename from chrome/browser/media_gallery/transient_device_ids.h
rename to chrome/browser/system_monitor/transient_device_ids.h
index cc13a79ee2627d87af0fd5d130d375a725672566..22e3ef42c93e845c84f7f7442c407f9593e73cf9 100644
--- a/chrome/browser/media_gallery/transient_device_ids.h
+++ b/chrome/browser/system_monitor/transient_device_ids.h
@@ -7,8 +7,8 @@
// gets mapped to a transient ID, the mapping remains valid for the duration of
// TransientDeviceIds' lifetime.
-#ifndef CHROME_BROWSER_MEDIA_GALLERY_TRANSIENT_DEVICE_IDS_H_
-#define CHROME_BROWSER_MEDIA_GALLERY_TRANSIENT_DEVICE_IDS_H_
+#ifndef CHROME_BROWSER_SYSTEM_MONITOR_TRANSIENT_DEVICE_IDS_H_
+#define CHROME_BROWSER_SYSTEM_MONITOR_TRANSIENT_DEVICE_IDS_H_
#include <map>
#include <string>
@@ -42,4 +42,4 @@ class TransientDeviceIds {
} // namespace chrome
-#endif // CHROME_BROWSER_MEDIA_GALLERY_TRANSIENT_DEVICE_IDS_H_
+#endif // CHROME_BROWSER_SYSTEM_MONITOR_TRANSIENT_DEVICE_IDS_H_

Powered by Google App Engine
This is Rietveld 408576698