Index: components/browsing_data/core/history_notice_utils_unittest.cc |
diff --git a/components/browsing_data/core/history_notice_utils_unittest.cc b/components/browsing_data/core/history_notice_utils_unittest.cc |
index 4d9a4b9f48b2b2a77e45ac8b841f6528f1623f48..6c4363c02d1b5353b809a767c235f086512fa7f0 100644 |
--- a/components/browsing_data/core/history_notice_utils_unittest.cc |
+++ b/components/browsing_data/core/history_notice_utils_unittest.cc |
@@ -25,7 +25,7 @@ namespace browsing_data { |
namespace { |
-class TestSyncService : public sync_driver::FakeSyncService { |
+class TestSyncService : public syncer::FakeSyncService { |
public: |
// Getters (FakeSyncService implementation). --------------------------------- |
bool IsSyncActive() const override { |