| Index: chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc b/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| index 19798c956e6e0b41b80574df9b2b397403f69a94..ce53cbb1c4a812305c129193a087c9cede1f7832 100644
|
| --- a/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| -#include "chrome/browser/bookmarks/bookmark_test_helpers.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/bookmarks/core/browser/bookmark_model.h"
|
| +#include "components/bookmarks/core/test/bookmark_test_helpers.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|