| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index e9eda9dd9ef8780051907cd0dc68796f932848b6..a34c7ecb23bcc2d1db2b7847b405ddace5560150 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -57,8 +57,8 @@
|
| #include "chrome/test/base/history_index_restore_observer.h"
|
| #include "chrome/test/base/testing_pref_service_syncable.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| -#include "components/bookmarks/core/browser/bookmark_model.h"
|
| -#include "components/bookmarks/core/common/bookmark_constants.h"
|
| +#include "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/bookmarks/common/bookmark_constants.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/policy/core/common/policy_service.h"
|
| #include "components/user_prefs/user_prefs.h"
|
|
|