| Index: components/bookmarks/browser/bookmark_index_unittest.cc
|
| diff --git a/components/bookmarks/core/browser/bookmark_index_unittest.cc b/components/bookmarks/browser/bookmark_index_unittest.cc
|
| similarity index 98%
|
| rename from components/bookmarks/core/browser/bookmark_index_unittest.cc
|
| rename to components/bookmarks/browser/bookmark_index_unittest.cc
|
| index 0c4d3029666961a396a8ef056f815c7383d0082a..99f23e118bfe2dea4c716deb5c3208157522d3f6 100644
|
| --- a/components/bookmarks/core/browser/bookmark_index_unittest.cc
|
| +++ b/components/bookmarks/browser/bookmark_index_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_index.h"
|
| +#include "components/bookmarks/browser/bookmark_index.h"
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -12,10 +12,10 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/bookmarks/core/browser/bookmark_match.h"
|
| -#include "components/bookmarks/core/browser/bookmark_model.h"
|
| -#include "components/bookmarks/core/test/bookmark_test_helpers.h"
|
| -#include "components/bookmarks/core/test/test_bookmark_client.h"
|
| +#include "components/bookmarks/browser/bookmark_match.h"
|
| +#include "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/bookmarks/test/bookmark_test_helpers.h"
|
| +#include "components/bookmarks/test/test_bookmark_client.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::ASCIIToUTF16;
|
|
|