| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index 3c8b63a0283a147cf0ec77e560b0933a9c2bb83e..cd16b7fcd383a5385decc0a8432ffdfa8d736b81 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -21,7 +21,6 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| -#include "chrome/browser/bookmarks/bookmark_test_helpers.h"
|
| #include "chrome/browser/google/google_url_tracker.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/invalidation/invalidation_service_factory.h"
|
| @@ -50,6 +49,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| +#include "components/bookmarks/core/test/bookmark_test_helpers.h"
|
| #include "components/os_crypt/os_crypt.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|