| Index: chrome/browser/supervised_user/supervised_user_sync_service_unittest.cc
|
| diff --git a/chrome/browser/supervised_user/supervised_user_sync_service_unittest.cc b/chrome/browser/supervised_user/supervised_user_sync_service_unittest.cc
|
| index 7f60c7066e7be49c0b0dd6171b241787fc9c569d..748976a111547b247683e92ca6eaf69cf07b1b84 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_sync_service_unittest.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_sync_service_unittest.cc
|
| @@ -15,9 +15,9 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "sync/api/attachments/attachment_id.h"
|
| -#include "sync/api/attachments/attachment_service_proxy_for_test.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"
|
|
|
|
|