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

Unified Diff: chrome/browser/extensions/api/media_galleries_private/gallery_watch_manager.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/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);

Powered by Google App Engine
This is Rietveld 408576698