Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / services / gcm / gcm_profile_service_factory.cc
index 92c01d3..d3772b3 100644 (file)
@@ -20,7 +20,8 @@
 namespace gcm {
 
 // static
-GCMProfileService* GCMProfileServiceFactory::GetForProfile(Profile* profile) {
+GCMProfileService* GCMProfileServiceFactory::GetForProfile(
+    content::BrowserContext* profile) {
   // GCM is not supported in incognito mode.
   if (profile->IsOffTheRecord())
     return NULL;