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

Unified Diff: trunk/src/chrome/browser/sync/profile_sync_service_unittest.cc

Issue 163983005: Revert 250967 "Revert of [sync]: add ManagedUserSigninManagerWra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/chrome/browser/sync/profile_sync_service_unittest.cc
===================================================================
--- trunk/src/chrome/browser/sync/profile_sync_service_unittest.cc (revision 251113)
+++ trunk/src/chrome/browser/sync/profile_sync_service_unittest.cc (working copy)
@@ -8,6 +8,7 @@
#include "base/run_loop.h"
#include "base/values.h"
#include "chrome/browser/invalidation/invalidation_service_factory.h"
+#include "chrome/browser/managed_mode/managed_user_signin_manager_wrapper.h"
#include "chrome/browser/signin/fake_profile_oauth2_token_service.h"
#include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
#include "chrome/browser/signin/signin_manager.h"
@@ -125,7 +126,7 @@
service_.reset(new ProfileSyncService(
components_factory_,
profile_.get(),
- signin,
+ new ManagedUserSigninManagerWrapper(signin),
oauth2_token_service,
behavior));
}

Powered by Google App Engine
This is Rietveld 408576698