| Index: components/sync_driver/device_info_service_unittest.cc
|
| diff --git a/components/sync_driver/device_info_service_unittest.cc b/components/sync_driver/device_info_service_unittest.cc
|
| index b9b0b9e5a5f5a186109bbe5d434039e699eaf72a..9b38f460236976c7ddc96dee0950d331d8dad3f3 100644
|
| --- a/components/sync_driver/device_info_service_unittest.cc
|
| +++ b/components/sync_driver/device_info_service_unittest.cc
|
| @@ -15,16 +15,16 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "base/strings/stringprintf.h"
|
| +#include "components/sync/api/data_batch.h"
|
| +#include "components/sync/api/entity_data.h"
|
| +#include "components/sync/api/fake_model_type_change_processor.h"
|
| +#include "components/sync/api/metadata_batch.h"
|
| +#include "components/sync/api/model_type_store.h"
|
| +#include "components/sync/base/time.h"
|
| +#include "components/sync/core/test/data_type_error_handler_mock.h"
|
| +#include "components/sync/core/test/model_type_store_test_util.h"
|
| +#include "components/sync/protocol/data_type_state.pb.h"
|
| #include "components/sync_driver/local_device_info_provider_mock.h"
|
| -#include "sync/api/data_batch.h"
|
| -#include "sync/api/entity_data.h"
|
| -#include "sync/api/fake_model_type_change_processor.h"
|
| -#include "sync/api/metadata_batch.h"
|
| -#include "sync/api/model_type_store.h"
|
| -#include "sync/internal_api/public/test/data_type_error_handler_mock.h"
|
| -#include "sync/internal_api/public/test/model_type_store_test_util.h"
|
| -#include "sync/protocol/data_type_state.pb.h"
|
| -#include "sync/util/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace sync_driver_v2 {
|
|
|