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

Unified Diff: components/ntp_snippets/remote/ntp_snippets_test_utils.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. 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/ntp_snippets/remote/ntp_snippets_test_utils.h
diff --git a/components/ntp_snippets/remote/ntp_snippets_test_utils.h b/components/ntp_snippets/remote/ntp_snippets_test_utils.h
index 511cbace7b40f4cb2e3d556af0dc42ecd8959c57..2a61b3d037ee69280aa473bc3f67e5c3a795d277 100644
--- a/components/ntp_snippets/remote/ntp_snippets_test_utils.h
+++ b/components/ntp_snippets/remote/ntp_snippets_test_utils.h
@@ -19,7 +19,7 @@ class TestSigninClient;
namespace ntp_snippets {
namespace test {
-class FakeSyncService : public sync_driver::FakeSyncService {
+class FakeSyncService : public syncer::FakeSyncService {
public:
FakeSyncService();
~FakeSyncService() override;

Powered by Google App Engine
This is Rietveld 408576698