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

Unified Diff: components/autofill/core/browser/autofill_experiments.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/autofill/core/browser/autofill_experiments.h
diff --git a/components/autofill/core/browser/autofill_experiments.h b/components/autofill/core/browser/autofill_experiments.h
index d4ae183cf207edbf2d666fd9d99cde6ec303a766..13b3b15300e72b60398975721c2d988f7d60a5e3 100644
--- a/components/autofill/core/browser/autofill_experiments.h
+++ b/components/autofill/core/browser/autofill_experiments.h
@@ -7,16 +7,16 @@
#include <string>
-class PrefService;
-
namespace base {
struct Feature;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
}
+class PrefService;
+
namespace autofill {
extern const base::Feature kAutofillCreditCardAssist;
@@ -57,7 +57,7 @@ bool OfferStoreUnmaskedCards();
// requires the appropriate flags and user settings to be true and the user to
// be a member of a supported domain.
bool IsCreditCardUploadEnabled(const PrefService* pref_service,
- const syncer::SyncService* sync_service,
+ const sync_driver::SyncService* sync_service,
const std::string& user_email);
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/autofill_client.h ('k') | components/autofill/core/browser/autofill_experiments.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698