Index: components/bookmarks/core/browser/bookmark_utils.cc |
diff --git a/chrome/browser/bookmarks/bookmark_utils.cc b/components/bookmarks/core/browser/bookmark_utils.cc |
similarity index 98% |
rename from chrome/browser/bookmarks/bookmark_utils.cc |
rename to components/bookmarks/core/browser/bookmark_utils.cc |
index cef83ffd49bad434c569d40523cdf982ca559cd4..724f9d45099a8853b9ae895a620ba9ddc1985d51 100644 |
--- a/chrome/browser/bookmarks/bookmark_utils.cc |
+++ b/components/bookmarks/core/browser/bookmark_utils.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 "chrome/browser/bookmarks/bookmark_utils.h" |
+#include "components/bookmarks/core/browser/bookmark_utils.h" |
#include <utility> |
@@ -15,7 +15,7 @@ |
#include "base/strings/string16.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/time/time.h" |
-#include "chrome/browser/bookmarks/bookmark_model.h" |
+#include "components/bookmarks/core/browser/bookmark_model.h" |
#include "components/bookmarks/core/common/bookmark_pref_names.h" |
#include "components/query_parser/query_parser.h" |
#include "components/user_prefs/pref_registry_syncable.h" |
@@ -24,7 +24,7 @@ |
#include "url/gurl.h" |
#if !defined(OS_ANDROID) |
-#include "chrome/browser/bookmarks/scoped_group_bookmark_actions.h" |
+#include "components/bookmarks/core/browser/scoped_group_bookmark_actions.h" |
#endif |
using base::Time; |