| Index: chrome/browser/ui/webui/signin/signin_create_profile_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/signin/signin_create_profile_handler_unittest.cc b/chrome/browser/ui/webui/signin/signin_create_profile_handler_unittest.cc
|
| index d6d5edb9201bab76d0383a65b1dfa2d1f50e1587..3b732773c30c7821532cb433328220dc60ddc6c9 100644
|
| --- a/chrome/browser/ui/webui/signin/signin_create_profile_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler_unittest.cc
|
| @@ -19,13 +19,13 @@
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| #include "components/signin/core/browser/fake_auth_status_provider.h"
|
| +#include "components/sync/api/fake_sync_change_processor.h"
|
| +#include "components/sync/api/sync_data.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 "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "content/public/test/test_web_ui.h"
|
| -#include "sync/api/fake_sync_change_processor.h"
|
| -#include "sync/api/sync_data.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/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|