| Index: chrome/browser/bookmarks/bookmark_model_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_model_unittest.cc b/chrome/browser/bookmarks/bookmark_model_unittest.cc
|
| index 8198b21c57d9af5100446b91cc9c8a23f5321ee2..11baf2832131cc25d6a00ca0eff17f2d038da2d4 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_model_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // 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_model.h"
|
| +#include "components/bookmarks/browser/bookmark_model.h"
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -21,10 +21,10 @@
|
| #include "base/time/time.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "components/bookmarks/core/browser/bookmark_model_observer.h"
|
| -#include "components/bookmarks/core/browser/bookmark_utils.h"
|
| -#include "components/bookmarks/core/test/bookmark_test_helpers.h"
|
| -#include "components/bookmarks/core/test/test_bookmark_client.h"
|
| +#include "components/bookmarks/browser/bookmark_model_observer.h"
|
| +#include "components/bookmarks/browser/bookmark_utils.h"
|
| +#include "components/bookmarks/test/bookmark_test_helpers.h"
|
| +#include "components/bookmarks/test/test_bookmark_client.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/models/tree_node_iterator.h"
|
|
|