| Index: chrome/browser/bookmarks/bookmark_node_data_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_node_data_unittest.cc b/chrome/browser/bookmarks/bookmark_node_data_unittest.cc
|
| index 5c23cd37b124114fb94ee867ec85e8240002552e..e1afde98df4829b91e8f42286c18c3926ce29651 100644
|
| --- a/chrome/browser/bookmarks/bookmark_node_data_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_node_data_unittest.cc
|
| @@ -9,9 +9,9 @@
|
| #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/browser/bookmark_node_data.h"
|
| -#include "components/bookmarks/core/test/bookmark_test_helpers.h"
|
| +#include "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/bookmarks/browser/bookmark_node_data.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"
|
| #include "ui/base/dragdrop/os_exchange_data.h"
|
|
|