Index: components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc |
diff --git a/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc |
index cfc811351bde615a49cfd6201d3c3d30f7122211..62ed15ecc280c63fb5feed35565f1a34a43f48d1 100644 |
--- a/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc |
+++ b/components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc |
@@ -31,10 +31,10 @@ |
#include "components/history/core/browser/history_service.h" |
#include "components/history/core/browser/typed_url_data_type_controller.h" |
#include "components/signin/core/browser/signin_manager.h" |
-#include "components/sync_driver/data_type_error_handler_mock.h" |
#include "components/sync_driver/data_type_manager_impl.h" |
#include "sync/internal_api/public/read_node.h" |
#include "sync/internal_api/public/read_transaction.h" |
+#include "sync/internal_api/public/test/data_type_error_handler_mock.h" |
#include "sync/internal_api/public/write_node.h" |
#include "sync/internal_api/public/write_transaction.h" |
#include "sync/protocol/typed_url_specifics.pb.h" |
@@ -381,7 +381,7 @@ class ProfileSyncServiceTypedUrlTest : public AbstractProfileSyncServiceTest { |
private: |
scoped_refptr<HistoryBackendMock> history_backend_; |
std::unique_ptr<HistoryServiceMock> history_service_; |
- sync_driver::DataTypeErrorHandlerMock error_handler_; |
+ syncer::DataTypeErrorHandlerMock error_handler_; |
TypedUrlDataTypeController* data_type_controller; |
std::unique_ptr<TestTypedUrlSyncableService> syncable_service_; |
std::unique_ptr<sync_driver::FakeSyncClient> sync_client_; |