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

Unified Diff: components/bookmarks/core/browser/bookmark_utils.h

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Created 6 years, 8 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/core/browser/bookmark_utils.h
diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/components/bookmarks/core/browser/bookmark_utils.h
similarity index 95%
rename from chrome/browser/bookmarks/bookmark_utils.h
rename to components/bookmarks/core/browser/bookmark_utils.h
index 9eecedbb678318f2d3b6927ad12b366d4edade10..659d82d08b08401c40fd7c475da337b7e57b302e 100644
--- a/chrome/browser/bookmarks/bookmark_utils.h
+++ b/components/bookmarks/core/browser/bookmark_utils.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_UTILS_H_
-#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_UTILS_H_
+#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_UTILS_H_
+#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_UTILS_H_
#include <string>
#include <vector>
#include "base/strings/string16.h"
-#include "chrome/browser/bookmarks/bookmark_node_data.h"
+#include "components/bookmarks/core/browser/bookmark_node_data.h"
class BookmarkModel;
class BookmarkNode;
@@ -129,4 +129,4 @@ base::string16 CleanUpTitleForMatching(const base::string16& title);
// Returns the node with |id|, or NULL if there is no node with |id|.
const BookmarkNode* GetBookmarkNodeByID(const BookmarkModel* model, int64 id);
-#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_UTILS_H_
+#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698