Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: chrome/browser/history_model.h

Issue 1912: Renames BoomarkBarModel to BookmarkModel. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698