Index: components/password_manager/core/browser/password_syncable_service.cc |
diff --git a/components/password_manager/core/browser/password_syncable_service.cc b/components/password_manager/core/browser/password_syncable_service.cc |
index 5d2f67450a2b75f52e50f0d8cd6a26b482c86932..ae886fa46ace878a23e5373faf7376ee2aef6f9d 100644 |
--- a/components/password_manager/core/browser/password_syncable_service.cc |
+++ b/components/password_manager/core/browser/password_syncable_service.cc |
@@ -10,7 +10,7 @@ |
#include "base/metrics/histogram.h" |
#include "base/strings/utf_string_conversions.h" |
#include "components/autofill/core/common/password_form.h" |
-#include "components/password_manager/core/browser/password_store.h" |
+#include "components/password_manager/core/browser/password_store_sync.h" |
#include "net/base/escape.h" |
#include "sync/api/sync_error_factory.h" |
@@ -109,7 +109,8 @@ void AppendChanges(const PasswordStoreChangeList& new_changes, |
} // namespace |
-PasswordSyncableService::PasswordSyncableService(PasswordStore* password_store) |
+PasswordSyncableService::PasswordSyncableService( |
+ PasswordStoreSync* password_store) |
: password_store_(password_store), |
is_processing_sync_changes_(false) { |
} |