Index: chrome/browser/services/gcm/gcm_profile_service.cc |
diff --git a/chrome/browser/services/gcm/gcm_profile_service.cc b/chrome/browser/services/gcm/gcm_profile_service.cc |
index 5324ffdc0a9665739cd3068b222fc729335918b4..75e1bdd6c7cf2ddb4dc5a394cfd22570f9ce2137 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service.cc |
+++ b/chrome/browser/services/gcm/gcm_profile_service.cc |
@@ -169,6 +169,7 @@ GCMProfileService::GCMProfileService( |
driver_ = CreateGCMDriverDesktop( |
gcm_client_factory.Pass(), |
+ profile_->GetPrefs(), |
profile_->GetPath().Append(chrome::kGCMStoreDirname), |
profile_->GetRequestContext()); |