| Index: components/bookmarks/browser/bookmark_node_data.cc
|
| diff --git a/components/bookmarks/core/browser/bookmark_node_data.cc b/components/bookmarks/browser/bookmark_node_data.cc
|
| similarity index 98%
|
| rename from components/bookmarks/core/browser/bookmark_node_data.cc
|
| rename to components/bookmarks/browser/bookmark_node_data.cc
|
| index 0e356eb2942613a2a84020a13ef69faaa424af52..140a40a396e0a65154e4b791bfd7d27605c1f1b4 100644
|
| --- a/components/bookmarks/core/browser/bookmark_node_data.cc
|
| +++ b/components/bookmarks/browser/bookmark_node_data.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_node_data.h"
|
| +#include "components/bookmarks/browser/bookmark_node_data.h"
|
|
|
| #include <string>
|
|
|
| @@ -10,7 +10,7 @@
|
| #include "base/pickle.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/bookmarks/core/browser/bookmark_utils.h"
|
| +#include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "ui/base/clipboard/scoped_clipboard_writer.h"
|
|
|
| const char* BookmarkNodeData::kClipboardFormatString =
|
|
|