| 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 ce53cbb1c4a812305c129193a087c9cede1f7832..37fdbb0ae84aafbce5a485ce59e11f1da8c391ad 100644
|
| --- a/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/bookmarks/core/browser/bookmark_expanded_state_tracker.h"
|
| +#include "components/bookmarks/browser/bookmark_expanded_state_tracker.h"
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.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 "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/bookmarks/test/bookmark_test_helpers.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|