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 ba6ac071fd3334b8e5ac5f2d92b6e725ef7309d0..19798c956e6e0b41b80574df9b2b397403f69a94 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 "chrome/browser/bookmarks/bookmark_expanded_state_tracker.h" |
+#include "components/bookmarks/core/browser/bookmark_expanded_state_tracker.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "chrome/browser/bookmarks/bookmark_model.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 "content/public/test/test_browser_thread_bundle.h" |
#include "testing/gtest/include/gtest/gtest.h" |