| Index: chrome/browser/search_engines/template_url_service_sync_unittest.cc
|
| diff --git a/chrome/browser/search_engines/template_url_service_sync_unittest.cc b/chrome/browser/search_engines/template_url_service_sync_unittest.cc
|
| index 5198c2959bfd0c7f4e4609747b1ae631169e6986..e3af715c4367aa9397d14736792db71369bc46f1 100644
|
| --- a/chrome/browser/search_engines/template_url_service_sync_unittest.cc
|
| +++ b/chrome/browser/search_engines/template_url_service_sync_unittest.cc
|
| @@ -22,9 +22,9 @@
|
| #include "components/search_engines/template_url_prepopulate_data.h"
|
| #include "components/search_engines/template_url_service.h"
|
| #include "components/search_engines/template_url_service_client.h"
|
| -#include "components/sync/api/sync_change_processor_wrapper_for_test.h"
|
| -#include "components/sync/api/sync_error_factory.h"
|
| -#include "components/sync/api/sync_error_factory_mock.h"
|
| +#include "components/sync/model/sync_change_processor_wrapper_for_test.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
| +#include "components/sync/model/sync_error_factory_mock.h"
|
| #include "components/sync/protocol/search_engine_specifics.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
|
|