Index: chrome/browser/extensions/api/media_galleries_private/gallery_watch_manager.h |
diff --git a/chrome/browser/extensions/api/media_galleries_private/gallery_watch_manager.h b/chrome/browser/extensions/api/media_galleries_private/gallery_watch_manager.h |
index 0239510af0145b9f86b2fae4c9c3d1798e50e1f1..cba3e20435e1e8c67d7153304de372c311d23e9e 100644 |
--- a/chrome/browser/extensions/api/media_galleries_private/gallery_watch_manager.h |
+++ b/chrome/browser/extensions/api/media_galleries_private/gallery_watch_manager.h |
@@ -41,7 +41,7 @@ class GalleryWatchManager { |
// Returns true, if the watch setup operation was successful. |
static bool SetupGalleryWatch( |
void* profile_id, |
- chrome::MediaGalleryPrefId gallery_id, |
+ MediaGalleryPrefId gallery_id, |
const base::FilePath& watch_path, |
const std::string& extension_id, |
base::WeakPtr<MediaGalleriesPrivateEventRouter> event_router); |
@@ -70,7 +70,7 @@ class GalleryWatchManager { |
// |watch_path| specifies the absolute path of the gallery. Returns true, |
// if the watch was set successfully. |
bool StartGalleryWatch( |
- chrome::MediaGalleryPrefId gallery_id, |
+ MediaGalleryPrefId gallery_id, |
const base::FilePath& watch_path, |
const std::string& extension_id, |
base::WeakPtr<MediaGalleriesPrivateEventRouter> event_router); |