| Index: chrome/browser/media_galleries/media_file_system_registry.h
|
| diff --git a/chrome/browser/media_galleries/media_file_system_registry.h b/chrome/browser/media_galleries/media_file_system_registry.h
|
| index 4be97f653537b46c8d46a9bb8c90a978a7ce346b..24f474a90881b1e517e0a76eefdf6b42024289b8 100644
|
| --- a/chrome/browser/media_galleries/media_file_system_registry.h
|
| +++ b/chrome/browser/media_galleries/media_file_system_registry.h
|
| @@ -117,8 +117,9 @@ class MediaFileSystemRegistry
|
| // Map a profile and extension to the ExtensionGalleriesHost.
|
| typedef std::map<Profile*, ExtensionHostMap> ExtensionGalleriesHostMap;
|
| // Map a profile to a shutdown notification subscription.
|
| - typedef ScopedPtrMap<Profile*,
|
| - scoped_ptr<KeyedServiceShutdownNotifier::Subscription>>
|
| + typedef base::ScopedPtrMap<
|
| + Profile*,
|
| + scoped_ptr<KeyedServiceShutdownNotifier::Subscription>>
|
| ProfileSubscriptionMap;
|
|
|
| void OnPermissionRemoved(MediaGalleriesPreferences* pref,
|
|
|