Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / thumbnails / thumbnail_service_factory.cc
index dec7910..70a055d 100644 (file)
@@ -33,9 +33,9 @@ ThumbnailServiceFactory* ThumbnailServiceFactory::GetInstance() {
   return Singleton<ThumbnailServiceFactory>::get();
 }
 
-scoped_refptr<RefcountedBrowserContextKeyedService>
-    ThumbnailServiceFactory::BuildServiceInstanceFor(
-        content::BrowserContext* profile) const {
-  return scoped_refptr<RefcountedBrowserContextKeyedService>(
+scoped_refptr<RefcountedKeyedService>
+ThumbnailServiceFactory::BuildServiceInstanceFor(
+    content::BrowserContext* profile) const {
+  return scoped_refptr<RefcountedKeyedService>(
       new ThumbnailServiceImpl(static_cast<Profile*>(profile)));
 }