summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
index 91d960e..b5089e7 100644
--- a/chrome/browser/bookmarks/bookmark_model.h
+++ b/chrome/browser/bookmarks/bookmark_model.h
@@ -251,7 +251,7 @@ class BookmarkModel : public content::NotificationObserver,
node == mobile_node_;
}
- Profile* profile() const { return profile_; }
+ Profile* profile() { return profile_; }
// Returns the parent the last node was added to. This never returns NULL
// (as long as the model is loaded).