Index: chrome/browser/services/gcm/gcm_profile_service_factory.cc |
diff --git a/chrome/browser/services/gcm/gcm_profile_service_factory.cc b/chrome/browser/services/gcm/gcm_profile_service_factory.cc |
index 1ea2058554d18a22bd076f4a61f9012bc2c9bb2c..6d3c86428f91ede7a049d758cd005543091e477f 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service_factory.cc |
+++ b/chrome/browser/services/gcm/gcm_profile_service_factory.cc |
@@ -77,9 +77,9 @@ KeyedService* GCMProfileServiceFactory::BuildServiceInstanceFor( |
ProfileOAuth2TokenServiceFactory::GetForProfile(profile), |
LoginUIServiceFactory::GetShowLoginPopupCallbackForProfile(profile))), |
std::unique_ptr<GCMClientFactory>(new GCMClientFactory), |
- content::BrowserThread::GetMessageLoopProxyForThread( |
+ content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::UI), |
- content::BrowserThread::GetMessageLoopProxyForThread( |
+ content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::IO), |
blocking_task_runner); |
#endif |