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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 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: 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 ecabd5e0ae441437998fb4df4f20fb24b14e2a6b..aea18ce0ed2a12b00824a098ecf32a1fb0b6ee1d 100644
--- a/components/password_manager/sync/browser/sync_credentials_filter.h
+++ b/components/password_manager/sync/browser/sync_credentials_filter.h
@@ -5,9 +5,7 @@
#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"
@@ -22,7 +20,7 @@ namespace password_manager {
// The sync- and GAIA- aware implementation of the filter.
class SyncCredentialsFilter : public CredentialsFilter {
public:
- typedef base::Callback<const syncer::SyncService*(void)>
+ typedef base::Callback<const sync_driver::SyncService*(void)>
SyncServiceFactoryFunction;
typedef base::Callback<const SigninManagerBase*(void)>
SigninManagerFactoryFunction;

Powered by Google App Engine
This is Rietveld 408576698