| Index: chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| diff --git a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| index ce3fb630d43c4154880144fb4327bfb21b46eeec..d1c443aa35a7d90ead37fe11e24c771bb34c21f4 100644
|
| --- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| +++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| -#include "chrome/browser/bookmarks/bookmark_test_helpers.h"
|
| #include "chrome/browser/history/history_database.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/chrome_constants.h"
|
| @@ -15,6 +14,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| #include "components/bookmarks/core/browser/bookmark_model.h"
|
| +#include "components/bookmarks/core/test/bookmark_test_helpers.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "content/public/test/test_utils.h"
|
|
|