| Index: components/password_manager/sync/browser/sync_credentials_filter.h
|
| diff --git a/components/password_manager/sync/browser/sync_credentials_filter.h b/components/password_manager/sync/browser/sync_credentials_filter.h
|
| index aea18ce0ed2a12b00824a098ecf32a1fb0b6ee1d..ecabd5e0ae441437998fb4df4f20fb24b14e2a6b 100644
|
| --- a/components/password_manager/sync/browser/sync_credentials_filter.h
|
| +++ b/components/password_manager/sync/browser/sync_credentials_filter.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_PASSWORD_MANAGER_SYNC_BROWSER_SYNC_CREDENTIALS_FILTER_H_
|
| #define COMPONENTS_PASSWORD_MANAGER_SYNC_BROWSER_SYNC_CREDENTIALS_FILTER_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| @@ -20,7 +22,7 @@ namespace password_manager {
|
| // The sync- and GAIA- aware implementation of the filter.
|
| class SyncCredentialsFilter : public CredentialsFilter {
|
| public:
|
| - typedef base::Callback<const sync_driver::SyncService*(void)>
|
| + typedef base::Callback<const syncer::SyncService*(void)>
|
| SyncServiceFactoryFunction;
|
| typedef base::Callback<const SigninManagerBase*(void)>
|
| SigninManagerFactoryFunction;
|
|
|