| Index: chrome/browser/media_galleries/gallery_watch_manager.h
|
| diff --git a/chrome/browser/media_galleries/gallery_watch_manager.h b/chrome/browser/media_galleries/gallery_watch_manager.h
|
| index f4803c8a9db03402ddc7263a1297663836c504b3..a87a2e2ae8afd8025bc2ca067f119e93c901efb7 100644
|
| --- a/chrome/browser/media_galleries/gallery_watch_manager.h
|
| +++ b/chrome/browser/media_galleries/gallery_watch_manager.h
|
| @@ -109,8 +109,9 @@ class GalleryWatchManager
|
| typedef std::map<base::FilePath, NotificationInfo> WatchedPaths;
|
| typedef std::map<content::BrowserContext*, GalleryWatchManagerObserver*>
|
| ObserverMap;
|
| - typedef ScopedPtrMap<content::BrowserContext*,
|
| - scoped_ptr<KeyedServiceShutdownNotifier::Subscription>>
|
| + typedef base::ScopedPtrMap<
|
| + content::BrowserContext*,
|
| + scoped_ptr<KeyedServiceShutdownNotifier::Subscription>>
|
| BrowserContextSubscriptionMap;
|
|
|
| // Ensure there is a subscription to shutdown notifications for
|
|
|