| Index: components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| diff --git a/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc b/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| index 8090509e08243577d110d835e57ae17335b0f8f8..699a1ffcea06e1d019aaef4312eb6fed6c793c18 100644
|
| --- a/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| +++ b/components/sync_bookmarks/bookmark_data_type_controller_unittest.cc
|
| @@ -18,13 +18,13 @@
|
| #include "components/bookmarks/test/test_bookmark_client.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/prefs/testing_pref_service.h"
|
| -#include "components/sync/api/sync_error.h"
|
| #include "components/sync/driver/change_processor_mock.h"
|
| #include "components/sync/driver/data_type_controller_mock.h"
|
| #include "components/sync/driver/fake_sync_client.h"
|
| #include "components/sync/driver/fake_sync_service.h"
|
| #include "components/sync/driver/model_associator_mock.h"
|
| #include "components/sync/driver/sync_api_component_factory_mock.h"
|
| +#include "components/sync/model/sync_error.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|