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

Unified Diff: chrome/browser/sync/profile_sync_service_mock.cc

Issue 8665011: sync: remove GetAuthenticatedUsername from ProfileSyncService/SyncBackendHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 9 years, 1 month 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
Index: chrome/browser/sync/profile_sync_service_mock.cc
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc
index 638a464521d181574ae60922343ce4dd33195a36..18ac855a50d0628714cb260866c489d6bd361b8a 100644
--- a/chrome/browser/sync/profile_sync_service_mock.cc
+++ b/chrome/browser/sync/profile_sync_service_mock.cc
@@ -11,5 +11,9 @@ ProfileSyncServiceMock::ProfileSyncServiceMock()
: ProfileSyncService(NULL, NULL, new SigninManager(), "") {
}
+ProfileSyncServiceMock::ProfileSyncServiceMock(
+ Profile* profile) : ProfileSyncService(NULL, profile, NULL, "") {
+}
+
ProfileSyncServiceMock::~ProfileSyncServiceMock() {
}

Powered by Google App Engine
This is Rietveld 408576698