| Index: chrome/browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc
|
| diff --git a/chrome/browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc b/chrome/browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc
|
| index b100eaed36fbbe4d712708d49d2d7978011b0be2..88a7e52007c5e17555cb109bdc232acbb87fed24 100644
|
| --- a/chrome/browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc
|
| +++ b/chrome/browser/supervised_user/legacy/supervised_user_sync_service_unittest.cc
|
| @@ -16,10 +16,10 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/prefs/scoped_user_pref_update.h"
|
| -#include "components/sync/api/attachments/attachment_id.h"
|
| -#include "components/sync/api/attachments/attachment_service_proxy_for_test.h"
|
| -#include "components/sync/api/sync_change.h"
|
| -#include "components/sync/api/sync_error_factory_mock.h"
|
| +#include "components/sync/model/attachments/attachment_id.h"
|
| +#include "components/sync/model/attachments/attachment_service_proxy_for_test.h"
|
| +#include "components/sync/model/sync_change.h"
|
| +#include "components/sync/model/sync_error_factory_mock.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|