| Index: components/sync/device_info/device_info_service_unittest.cc
|
| diff --git a/components/sync/device_info/device_info_service_unittest.cc b/components/sync/device_info/device_info_service_unittest.cc
|
| index aa069d33532ff019f2f964c9d3ba456f5b934f92..3afcb5b4540a7eb340e057479e20759d508e4f9e 100644
|
| --- a/components/sync/device_info/device_info_service_unittest.cc
|
| +++ b/components/sync/device_info/device_info_service_unittest.cc
|
| @@ -14,13 +14,13 @@
|
| #include "base/run_loop.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "components/sync/base/time.h"
|
| -#include "components/sync/core/test/model_type_store_test_util.h"
|
| #include "components/sync/device_info/local_device_info_provider_mock.h"
|
| #include "components/sync/model/data_batch.h"
|
| #include "components/sync/model/data_type_error_handler_mock.h"
|
| #include "components/sync/model/entity_data.h"
|
| #include "components/sync/model/fake_model_type_change_processor.h"
|
| #include "components/sync/model/metadata_batch.h"
|
| +#include "components/sync/model/model_type_store_test_util.h"
|
| #include "components/sync/protocol/model_type_state.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|