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 ee10c4936f2d0dc7d19456a95ad5db8be693f7e1..e2d8c6da3fc7b659bb76b868c1850137d2129e8c 100644 |
--- a/chrome/browser/bookmarks/bookmark_node_data_unittest.cc |
+++ b/chrome/browser/bookmarks/bookmark_node_data_unittest.cc |
@@ -7,11 +7,11 @@ |
#include "base/message_loop/message_loop.h" |
#include "base/strings/string16.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_node_data.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/browser/bookmark_node_data.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" |