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

Unified Diff: components/password_manager/core/browser/password_bubble_experiment_unittest.cc

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/core/browser/password_bubble_experiment_unittest.cc
diff --git a/components/password_manager/core/browser/password_bubble_experiment_unittest.cc b/components/password_manager/core/browser/password_bubble_experiment_unittest.cc
index 9fe466ce7f6e392c58eee1a98bf90f38943ce334..4f4baa8cd4fb8764050fc85ba26ae281ac59eabc 100644
--- a/components/password_manager/core/browser/password_bubble_experiment_unittest.cc
+++ b/components/password_manager/core/browser/password_bubble_experiment_unittest.cc
@@ -65,7 +65,7 @@ struct ShouldShowSavePromptFirstRunExperienceTestcase {
SavePromptFirstRunExperience first_run_experience;
};
-class TestSyncService : public sync_driver::FakeSyncService {
+class TestSyncService : public syncer::FakeSyncService {
public:
// FakeSyncService overrides.
bool IsSyncAllowed() const override { return is_sync_allowed_; }

Powered by Google App Engine
This is Rietveld 408576698