| Index: chrome/browser/undo/bookmark_undo_service_test.cc
|
| diff --git a/chrome/browser/undo/bookmark_undo_service_test.cc b/chrome/browser/undo/bookmark_undo_service_test.cc
|
| index d29626d5f8855c982002a81959ed290469766403..447826420cdc5cd69beb61bea63d3e2c5a591baa 100644
|
| --- a/chrome/browser/undo/bookmark_undo_service_test.cc
|
| +++ b/chrome/browser/undo/bookmark_undo_service_test.cc
|
| @@ -8,8 +8,8 @@
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/undo/bookmark_undo_service_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"
|
|
|
|
|