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

Unified Diff: google_apis/gaia/merge_session_helper_unittest.cc

Issue 601643002: Use a distinct source parameter on gaia endpoints for the reconcilor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uber
Patch Set: Remove functions Created 6 years, 3 months 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 | « google_apis/gaia/merge_session_helper.cc ('k') | google_apis/gaia/ubertoken_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/merge_session_helper_unittest.cc
diff --git a/google_apis/gaia/merge_session_helper_unittest.cc b/google_apis/gaia/merge_session_helper_unittest.cc
index 888ec0777878ebbb1e69d204030dad1358408c1b..ac991c0c0823a78c3178f224be8fda930be6905c 100644
--- a/google_apis/gaia/merge_session_helper_unittest.cc
+++ b/google_apis/gaia/merge_session_helper_unittest.cc
@@ -50,7 +50,8 @@ class InstrumentedMergeSessionHelper : public MergeSessionHelper {
InstrumentedMergeSessionHelper(
OAuth2TokenService* token_service,
net::URLRequestContextGetter* request_context) :
- MergeSessionHelper(token_service, request_context, NULL) {
+ MergeSessionHelper(token_service, GaiaConstants::kChromeSource,
+ request_context, NULL) {
total++;
}
« no previous file with comments | « google_apis/gaia/merge_session_helper.cc ('k') | google_apis/gaia/ubertoken_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698