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