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

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

Issue 98323003: Revert 238348 "Clean up TestProfileSyncService and related tests" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/chrome/browser/sync/profile_sync_service_password_unittest.cc
===================================================================
--- trunk/src/chrome/browser/sync/profile_sync_service_password_unittest.cc (revision 238367)
+++ trunk/src/chrome/browser/sync/profile_sync_service_password_unittest.cc (working copy)
@@ -18,8 +18,6 @@
#include "chrome/browser/password_manager/mock_password_store.h"
#include "chrome/browser/password_manager/password_store.h"
#include "chrome/browser/password_manager/password_store_factory.h"
-#include "chrome/browser/signin/profile_oauth2_token_service.h"
-#include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
#include "chrome/browser/signin/signin_manager.h"
#include "chrome/browser/signin/signin_manager_factory.h"
#include "chrome/browser/sync/abstract_profile_sync_service_test.h"
@@ -34,7 +32,6 @@
#include "chrome/browser/sync/profile_sync_test_util.h"
#include "chrome/browser/sync/test_profile_sync_service.h"
#include "chrome/common/pref_names.h"
-#include "chrome/test/base/testing_profile.h"
#include "components/autofill/core/common/password_form.h"
#include "content/public/browser/notification_source.h"
#include "content/public/test/mock_notification_observer.h"
@@ -104,7 +101,8 @@
profile,
signin,
oauth2_token_service,
- ProfileSyncService::AUTO_START) {}
+ ProfileSyncService::AUTO_START,
+ false) {}
virtual ~PasswordTestProfileSyncService() {}

Powered by Google App Engine
This is Rietveld 408576698