Index: components/bookmarks/core/browser/bookmark_index.h |
diff --git a/chrome/browser/bookmarks/bookmark_index.h b/components/bookmarks/core/browser/bookmark_index.h |
similarity index 95% |
rename from chrome/browser/bookmarks/bookmark_index.h |
rename to components/bookmarks/core/browser/bookmark_index.h |
index 4b3e8f3dc21753c9bfc4b7c45b6097fb70db3c5d..5dabbcbe4a2f5a53c8bb7b7ec6828e60335281d1 100644 |
--- a/chrome/browser/bookmarks/bookmark_index.h |
+++ b/components/bookmarks/core/browser/bookmark_index.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_INDEX_H_ |
-#define CHROME_BROWSER_BOOKMARKS_BOOKMARK_INDEX_H_ |
+#ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_INDEX_H_ |
+#define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_INDEX_H_ |
#include <map> |
#include <set> |
@@ -116,4 +116,4 @@ class BookmarkIndex { |
DISALLOW_COPY_AND_ASSIGN(BookmarkIndex); |
}; |
-#endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_INDEX_H_ |
+#endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_INDEX_H_ |