Index: chrome/browser/history_model.h |
=================================================================== |
--- chrome/browser/history_model.h (revision 1988) |
+++ chrome/browser/history_model.h (working copy) |
@@ -67,8 +67,8 @@ |
// Contents of the current query. |
history::QueryResults results_; |
- // We lazily ask the BookmarkBarModel for whether a URL is starred. This |
- // enum gives the state of a particular entry. |
+ // We lazily ask the BookmarkModel for whether a URL is starred. This enum |
+ // gives the state of a particular entry. |
enum StarState { |
UNKNOWN = 0, // Indicates we haven't determined the state yet. |
STARRED, |