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 0539acc212bc5dcee3ad535f239acc9b35705254..45b439df6fa43fb5cd9b779321c5347cef3b0d24 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service.cc |
+++ b/chrome/browser/services/gcm/gcm_profile_service.cc |
@@ -164,6 +164,7 @@ GCMProfileService::GCMProfileService( |
driver_ = CreateGCMDriverDesktop( |
gcm_client_factory.Pass(), |
+ profile_->GetPrefs(), |
profile_->GetPath().Append(chrome::kGCMStoreDirname), |
profile_->GetRequestContext()); |