Index: chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
diff --git a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
index 8787bde7d6f944b57d94416e4cf996ccf2d174c5..35875fcda20c3302188ea7e85a75c623480553fc 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
+++ b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
@@ -17,6 +17,7 @@ |
#include "chrome/browser/signin/signin_manager_factory.h" |
#include "chrome/browser/ui/webui/signin/login_ui_service_factory.h" |
#include "chrome/common/channel_info.h" |
+#include "chrome/common/chrome_version.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/gcm_driver/gcm_profile_service.h" |
#if defined(OS_CHROMEOS) |
@@ -53,7 +54,7 @@ std::unique_ptr<KeyedService> BuildGCMProfileService( |
base::SequencedWorkerPool::SKIP_ON_SHUTDOWN)); |
return base::WrapUnique(new gcm::GCMProfileService( |
profile->GetPrefs(), profile->GetPath(), profile->GetRequestContext(), |
- chrome::GetChannel(), |
+ PRODUCT_SHORTNAME_STRING, chrome::GetChannel(), |
std::unique_ptr<ProfileIdentityProvider>(new ProfileIdentityProvider( |
SigninManagerFactory::GetForProfile(profile), |
ProfileOAuth2TokenServiceFactory::GetForProfile(profile), |