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

Unified Diff: chrome/browser/password_manager/password_manager_setting_migrator_service_factory.cc

Issue 1420533007: [Smart Lock, Prefs reconciliation] Finished componetization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/password_manager/password_manager_setting_migrator_service_factory.cc
diff --git a/chrome/browser/password_manager/password_manager_setting_migrator_service_factory.cc b/chrome/browser/password_manager/password_manager_setting_migrator_service_factory.cc
index 6cc99f8ae33a48266f20186dfd81b563ea68fcef..ae8786a5cf33966c70b5b1ba0327e15f297c8042 100644
--- a/chrome/browser/password_manager/password_manager_setting_migrator_service_factory.cc
+++ b/chrome/browser/password_manager/password_manager_setting_migrator_service_factory.cc
@@ -4,12 +4,12 @@
#include "chrome/browser/password_manager/password_manager_setting_migrator_service_factory.h"
-#include "chrome/browser/password_manager/password_manager_setting_migrator_service.h"
#include "chrome/browser/prefs/pref_service_syncable_util.h"
#include "chrome/browser/profiles/incognito_helpers.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sync/profile_sync_service_factory.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
+#include "components/password_manager/sync/browser/password_manager_setting_migrator_service.h"
// static
PasswordManagerSettingMigratorServiceFactory*

Powered by Google App Engine
This is Rietveld 408576698