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

Unified Diff: components/suggestions/suggestions_service_unittest.cc

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/suggestions/suggestions_service_unittest.cc
diff --git a/components/suggestions/suggestions_service_unittest.cc b/components/suggestions/suggestions_service_unittest.cc
index 4ba50733719bd47a8717696013a8e962b5b42633..6066e7eff0741ed38918b744b92b0feab67b3c36 100644
--- a/components/suggestions/suggestions_service_unittest.cc
+++ b/components/suggestions/suggestions_service_unittest.cc
@@ -118,7 +118,7 @@ SuggestionsProfile CreateSuggestionsProfileWithExpiryTimestamps() {
return profile;
}
-class MockSyncService : public syncer::FakeSyncService {
+class MockSyncService : public sync_driver::FakeSyncService {
public:
MockSyncService() {}
virtual ~MockSyncService() {}

Powered by Google App Engine
This is Rietveld 408576698