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

Unified Diff: components/gcm_driver/gcm_profile_service.cc

Issue 1464463004: Componentize Unit Test for gcm_profile_service 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 d8e4032d4d40a35c24bc1b975e7f27df070b3d2a..8cffc795e809d590cc73bb360d19e237c6f9d999 100644
--- a/components/gcm_driver/gcm_profile_service.cc
+++ b/components/gcm_driver/gcm_profile_service.cc
@@ -142,7 +142,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_(identity_provider.Pass()) {
driver_ = CreateGCMDriverDesktop(gcm_client_factory.Pass(), 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