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

Unified Diff: chrome/browser/bookmarks/bookmark_model.h

Issue 8612007: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/bookmarks/bookmark_model.h
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
index eb842863c40c46414a9b4bc055264ffbac73a9e5..6108e0b5af01f35696f790e60ddd7e65ae9600a5 100644
--- a/chrome/browser/bookmarks/bookmark_model.h
+++ b/chrome/browser/bookmarks/bookmark_model.h
@@ -171,7 +171,7 @@ class BookmarkPermanentNode : public BookmarkNode {
BookmarkPermanentNode(int64 id, const GURL& url, Profile* profile);
virtual ~BookmarkPermanentNode();
- virtual bool IsVisible() const;
+ virtual bool IsVisible() const OVERRIDE;
private:
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698