Index: components/bookmarks/browser/bookmark_codec_unittest.cc |
diff --git a/components/bookmarks/core/browser/bookmark_codec_unittest.cc b/components/bookmarks/browser/bookmark_codec_unittest.cc |
similarity index 98% |
rename from components/bookmarks/core/browser/bookmark_codec_unittest.cc |
rename to components/bookmarks/browser/bookmark_codec_unittest.cc |
index 4321eb91c7e30184b39a346156610b91c3c70d26..6279f920e11701de6532bfaaf4ba793decf21d3b 100644 |
--- a/components/bookmarks/core/browser/bookmark_codec_unittest.cc |
+++ b/components/bookmarks/browser/bookmark_codec_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_codec.h" |
+#include "components/bookmarks/browser/bookmark_codec.h" |
#include "base/file_util.h" |
#include "base/files/file_path.h" |
@@ -13,8 +13,8 @@ |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
-#include "components/bookmarks/core/browser/bookmark_model.h" |
-#include "components/bookmarks/core/test/test_bookmark_client.h" |
+#include "components/bookmarks/browser/bookmark_model.h" |
+#include "components/bookmarks/test/test_bookmark_client.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using base::ASCIIToUTF16; |