| Index: components/bookmarks/test/test_bookmark_client.cc
|
| diff --git a/components/bookmarks/core/test/test_bookmark_client.cc b/components/bookmarks/test/test_bookmark_client.cc
|
| similarity index 76%
|
| rename from components/bookmarks/core/test/test_bookmark_client.cc
|
| rename to components/bookmarks/test/test_bookmark_client.cc
|
| index 416902929a8cda512c559833d984722ccdf4ff69..c2c8b542a3577b7f54005915a5ee44845343c4cf 100644
|
| --- a/components/bookmarks/core/test/test_bookmark_client.cc
|
| +++ b/components/bookmarks/test/test_bookmark_client.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/bookmarks/core/test/test_bookmark_client.h"
|
| +#include "components/bookmarks/test/test_bookmark_client.h"
|
|
|
| -#include "components/bookmarks/core/browser/bookmark_model.h"
|
| -#include "components/bookmarks/core/browser/bookmark_storage.h"
|
| +#include "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/bookmarks/browser/bookmark_storage.h"
|
|
|
| namespace test {
|
|
|
|
|