| 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 b4094d0ba993b42eb611cc491af72934174cb013..115341280ba7c3257838d604c5efbc3edeb3b11f 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;
|
|
|