| Index: components/browser_sync/profile_sync_service_typed_url_unittest.cc
|
| diff --git a/components/browser_sync/profile_sync_service_typed_url_unittest.cc b/components/browser_sync/profile_sync_service_typed_url_unittest.cc
|
| index cded15d4c9c11d3c9755fc2de53e93de6ecbfa04..1982d9904998b7e1d427c1f69fcb79c131c1aaf1 100644
|
| --- a/components/browser_sync/profile_sync_service_typed_url_unittest.cc
|
| +++ b/components/browser_sync/profile_sync_service_typed_url_unittest.cc
|
| @@ -32,12 +32,12 @@
|
| #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/api/data_type_error_handler_mock.h"
|
| #include "components/sync/core/read_node.h"
|
| #include "components/sync/core/read_transaction.h"
|
| #include "components/sync/core/write_node.h"
|
| #include "components/sync/core/write_transaction.h"
|
| #include "components/sync/driver/data_type_manager_impl.h"
|
| +#include "components/sync/model/data_type_error_handler_mock.h"
|
| #include "components/sync/protocol/typed_url_specifics.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|