| Index: components/history/core/browser/history_service_unittest.cc
|
| diff --git a/components/history/core/browser/history_service_unittest.cc b/components/history/core/browser/history_service_unittest.cc
|
| index 7dd71e45ce1e53c7461796eebb78ae19c73b09c6..170ff0ee0a352079b53422e0071d14af0f284880 100644
|
| --- a/components/history/core/browser/history_service_unittest.cc
|
| +++ b/components/history/core/browser/history_service_unittest.cc
|
| @@ -34,15 +34,15 @@
|
| #include "components/history/core/browser/history_db_task.h"
|
| #include "components/history/core/test/database_test_utils.h"
|
| #include "components/history/core/test/test_history_database.h"
|
| -#include "components/sync/api/attachments/attachment_id.h"
|
| -#include "components/sync/api/attachments/attachment_service_proxy_for_test.h"
|
| -#include "components/sync/api/fake_sync_change_processor.h"
|
| -#include "components/sync/api/sync_change.h"
|
| -#include "components/sync/api/sync_change_processor.h"
|
| -#include "components/sync/api/sync_change_processor_wrapper_for_test.h"
|
| -#include "components/sync/api/sync_error.h"
|
| -#include "components/sync/api/sync_error_factory.h"
|
| -#include "components/sync/api/sync_merge_result.h"
|
| +#include "components/sync/model/attachments/attachment_id.h"
|
| +#include "components/sync/model/attachments/attachment_service_proxy_for_test.h"
|
| +#include "components/sync/model/fake_sync_change_processor.h"
|
| +#include "components/sync/model/sync_change.h"
|
| +#include "components/sync/model/sync_change_processor.h"
|
| +#include "components/sync/model/sync_change_processor_wrapper_for_test.h"
|
| +#include "components/sync/model/sync_error.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
| +#include "components/sync/model/sync_merge_result.h"
|
| #include "components/sync/protocol/history_delete_directive_specifics.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|