| Index: chrome/browser/history/starred_url_database.h
|
| diff --git a/chrome/browser/history/starred_url_database.h b/chrome/browser/history/starred_url_database.h
|
| index 794b6b38f005ad1f81563b2e644f1d94458eda45..6b180403d544002b7cc81d8ce6d04ede680f2e0c 100644
|
| --- a/chrome/browser/history/starred_url_database.h
|
| +++ b/chrome/browser/history/starred_url_database.h
|
| @@ -39,6 +39,10 @@ class StarredURLDatabase : public URLDatabase {
|
| friend class StarredURLDatabaseTest;
|
| FRIEND_TEST_ALL_PREFIXES(HistoryTest, CreateStarFolder);
|
|
|
| + // ID (both star_id and folder_id) of the bookmark bar.
|
| + // This entry always exists.
|
| + static const int64 kBookmarkBarID;
|
| +
|
| // Writes bookmarks to the specified file.
|
| bool MigrateBookmarksToFile(const FilePath& path);
|
|
|
|
|