Index: chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h |
diff --git a/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h b/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h |
index ce66e075781bacaf9307ce589e1d3311631fca92..b2b27c234d7cc13e53af46b2a7965a47f792e98e 100644 |
--- a/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h |
+++ b/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h |
@@ -86,7 +86,7 @@ class MediaGalleriesPrivateAddGalleryWatchFunction |
virtual bool RunImpl() OVERRIDE; |
private: |
- void OnStorageMonitorInit(const std::string& pref_id); |
+ void OnPreferencesInit(const std::string& pref_id); |
// Gallery watch request handler. |
void HandleResponse(MediaGalleryPrefId gallery_id, bool success); |
@@ -106,7 +106,7 @@ class MediaGalleriesPrivateRemoveGalleryWatchFunction |
virtual bool RunImpl() OVERRIDE; |
private: |
- void OnStorageMonitorInit(const std::string& pref_id); |
+ void OnPreferencesInit(const std::string& pref_id); |
}; |
// Implements the chrome.mediaGalleriesPrivate.getAllGalleryWatch method. |
@@ -122,7 +122,7 @@ class MediaGalleriesPrivateGetAllGalleryWatchFunction |
virtual bool RunImpl() OVERRIDE; |
private: |
- void OnStorageMonitorInit(); |
+ void OnPreferencesInit(); |
}; |
// Implements the chrome.mediaGalleriesPrivate.removeAllGalleryWatch method. |
@@ -138,7 +138,7 @@ class MediaGalleriesPrivateRemoveAllGalleryWatchFunction |
virtual bool RunImpl() OVERRIDE; |
private: |
- void OnStorageMonitorInit(); |
+ void OnPreferencesInit(); |
}; |
// Implements the chrome.mediaGalleriesPrivate.getHandlers method. |