| 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 b8049cacf3895895fcb649c0581c8eef59cfb31b..483072100ec473e67469496c08f72f7f495480b7 100644
|
| --- a/components/history/core/browser/history_service_unittest.cc
|
| +++ b/components/history/core/browser/history_service_unittest.cc
|
| @@ -34,17 +34,17 @@
|
| #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 "sync/api/attachments/attachment_id.h"
|
| -#include "sync/api/fake_sync_change_processor.h"
|
| -#include "sync/api/sync_change.h"
|
| -#include "sync/api/sync_change_processor.h"
|
| -#include "sync/api/sync_change_processor_wrapper_for_test.h"
|
| -#include "sync/api/sync_error.h"
|
| -#include "sync/api/sync_error_factory.h"
|
| -#include "sync/api/sync_merge_result.h"
|
| -#include "sync/internal_api/public/attachments/attachment_service_proxy_for_test.h"
|
| -#include "sync/protocol/history_delete_directive_specifics.pb.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/api/attachments/attachment_id.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/core/attachments/attachment_service_proxy_for_test.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"
|
|
|
| namespace history {
|
|
|