Index: ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory.h |
diff --git a/ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory.h b/ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory.h |
index 93794fcc1b88f31e3ba5add7edd83d77b6638e7b..edef82911fcab2d6e21d5ec27a5332016931900c 100644 |
--- a/ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory.h |
+++ b/ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory.h |
@@ -5,8 +5,9 @@ |
#ifndef IOS_CHROME_BROWSER_SERVICES_GCM_IOS_CHROME_GCM_PROFILE_SERVICE_FACTORY_H_ |
#define IOS_CHROME_BROWSER_SERVICES_GCM_IOS_CHROME_GCM_PROFILE_SERVICE_FACTORY_H_ |
+#include <memory> |
+ |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "components/keyed_service/ios/browser_state_keyed_service_factory.h" |
namespace base { |
@@ -39,7 +40,7 @@ class IOSChromeGCMProfileServiceFactory |
~IOSChromeGCMProfileServiceFactory() override; |
// BrowserStateKeyedServiceFactory: |
- scoped_ptr<KeyedService> BuildServiceInstanceFor( |
+ std::unique_ptr<KeyedService> BuildServiceInstanceFor( |
web::BrowserState* context) const override; |
DISALLOW_COPY_AND_ASSIGN(IOSChromeGCMProfileServiceFactory); |