Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1435)

Unified Diff: components/bookmarks/browser/bookmark_node_data.cc

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 97%
rename from components/bookmarks/core/browser/bookmark_node_data.cc
rename to components/bookmarks/browser/bookmark_node_data.cc
index 0e356eb2942613a2a84020a13ef69faaa424af52..0e36d0a5b0969bd0256f06f3d34bbfdf6b4ca163 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 =
@@ -134,7 +134,8 @@ bool BookmarkNodeData::ReadFromVector(
return true;
}
-bool BookmarkNodeData::ReadFromTuple(const GURL& url, const base::string16& title) {
+bool BookmarkNodeData::ReadFromTuple(const GURL& url,
+ const base::string16& title) {
Clear();
if (!url.is_valid())
« no previous file with comments | « components/bookmarks/browser/bookmark_node_data.h ('k') | components/bookmarks/browser/bookmark_node_data_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698