Index: chrome/browser/extensions/extension_gcm_app_handler_unittest.cc |
diff --git a/chrome/browser/extensions/extension_gcm_app_handler_unittest.cc b/chrome/browser/extensions/extension_gcm_app_handler_unittest.cc |
index 3fec12467cae1d9cc23a061f3ec83d5629a44064..1beec2bb78edd37c69fcb6d2c76b697614cd9c9c 100644 |
--- a/chrome/browser/extensions/extension_gcm_app_handler_unittest.cc |
+++ b/chrome/browser/extensions/extension_gcm_app_handler_unittest.cc |
@@ -34,6 +34,7 @@ |
#include "chrome/browser/ui/webui/signin/login_ui_service_factory.h" |
#include "chrome/common/channel_info.h" |
#include "chrome/common/chrome_paths.h" |
+#include "chrome/common/chrome_version.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/gcm_driver/fake_gcm_app_handler.h" |
#include "components/gcm_driver/fake_gcm_client.h" |
@@ -210,7 +211,7 @@ class ExtensionGCMAppHandlerTest : public testing::Test { |
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), |