diff options
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model_unittest.cc')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_model_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model_unittest.cc b/chrome/browser/bookmarks/bookmark_model_unittest.cc index 46781e6..59741be 100644 --- a/chrome/browser/bookmarks/bookmark_model_unittest.cc +++ b/chrome/browser/bookmarks/bookmark_model_unittest.cc @@ -150,7 +150,7 @@ class BookmarkModelTest : public testing::Test, ClearCounts(); } - void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE { + virtual void Loaded(BookmarkModel* model, bool ids_reassigned) OVERRIDE { // We never load from the db, so that this should never get invoked. NOTREACHED(); } |