Index: components/bookmarks/core/browser/bookmark_model.h |
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/components/bookmarks/core/browser/bookmark_model.h |
similarity index 98% |
rename from chrome/browser/bookmarks/bookmark_model.h |
rename to components/bookmarks/core/browser/bookmark_model.h |
index 0c55028bb9ac4e460f448df3123ec3e159c618d3..3913766f6c6df99c5188ed98fac2217b673c7b0e 100644 |
--- a/chrome/browser/bookmarks/bookmark_model.h |
+++ b/components/bookmarks/core/browser/bookmark_model.h |
@@ -2,8 +2,8 @@ |
// 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_MODEL_H_ |
-#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_MODEL_H_ |
+#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_H_ |
+#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_H_ |
#include <map> |
#include <set> |
@@ -411,4 +411,4 @@ class BookmarkModel : public BookmarkService { |
DISALLOW_COPY_AND_ASSIGN(BookmarkModel); |
}; |
-#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_MODEL_H_ |
+#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_MODEL_H_ |