Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: components/gcm_driver/gcm_profile_service.cc

Issue 1546613002: UT changes Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/gcm_driver/gcm_profile_service.h ('k') | components/gcm_driver/gcm_profile_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_profile_service.cc
diff --git a/components/gcm_driver/gcm_profile_service.cc b/components/gcm_driver/gcm_profile_service.cc
index 5ca79db6778422ae9c8273520b6423043b4d31ff..2409af04a7d9770145ecbc61c9c807fb427c65fc 100644
--- a/components/gcm_driver/gcm_profile_service.cc
+++ b/components/gcm_driver/gcm_profile_service.cc
@@ -145,7 +145,7 @@ GCMProfileService::GCMProfileService(
scoped_ptr<GCMClientFactory> gcm_client_factory,
const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner,
const scoped_refptr<base::SequencedTaskRunner>& io_task_runner,
- scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner)
+ const scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner)
: request_context_(request_context),
profile_identity_provider_(std::move(identity_provider)) {
driver_ = CreateGCMDriverDesktop(std::move(gcm_client_factory), prefs,
« no previous file with comments | « components/gcm_driver/gcm_profile_service.h ('k') | components/gcm_driver/gcm_profile_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698