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

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

Issue 9295044: Start moving signin code out of browser/sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar review feedback changes. Created 8 years, 10 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
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 b5755bb6604128192a295e2a6235ca1c2ea0af36..a2783089aa8e475860a1e271cdbb9143848f9d80 100644
--- a/chrome/browser/sync/profile_sync_service_mock.cc
+++ b/chrome/browser/sync/profile_sync_service_mock.cc
@@ -15,7 +15,7 @@
ProfileSyncServiceMock::ProfileSyncServiceMock()
: ProfileSyncService(NULL,
NULL,
- new SigninManager(),
+ NULL,
ProfileSyncService::MANUAL_START) {
}
@@ -27,7 +27,6 @@ ProfileSyncServiceMock::ProfileSyncServiceMock(
}
ProfileSyncServiceMock::~ProfileSyncServiceMock() {
- delete signin();
}
// static

Powered by Google App Engine
This is Rietveld 408576698