Index: chrome/browser/history/history.h |
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h |
index 99af5275927f783b6371fe3930cf08237c1f1be8..b262b5724c4f915bf46202c1439967b81ef50a21 100644 |
--- a/chrome/browser/history/history.h |
+++ b/chrome/browser/history/history.h |
@@ -100,10 +100,6 @@ class HistoryService : public CancelableRequestProvider, |
// Miscellaneous commonly-used types. |
typedef std::vector<PageUsageData*> PageUsageDataList; |
- // ID (both star_id and folder_id) of the bookmark bar. |
- // This entry always exists. |
- static const history::StarID kBookmarkBarID; |
- |
// Must call Init after construction. |
explicit HistoryService(Profile* profile); |
// The empty constructor is provided only for testing. |