| 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 2f04ad248a4474b79d5f5bc78f60bf3dbec17876..079eaa2d09bc64a5d3e568d31cf81c3f1434f192 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,12 +16,12 @@
|
| #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/sync_change.h"
|
| +#include "components/sync/api/sync_error_factory_mock.h"
|
| +#include "components/sync/core/attachments/attachment_service_proxy_for_test.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| -#include "sync/api/attachments/attachment_id.h"
|
| -#include "sync/api/sync_change.h"
|
| -#include "sync/api/sync_error_factory_mock.h"
|
| -#include "sync/internal_api/public/attachments/attachment_service_proxy_for_test.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|