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

Unified Diff: components/password_manager/sync/browser/sync_credentials_filter.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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: 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;

Powered by Google App Engine
This is Rietveld 408576698