| Index: chrome/browser/bookmarks/bookmark_model_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_model_unittest.cc (revision 181040)
|
| +++ chrome/browser/bookmarks/bookmark_model_unittest.cc (working copy)
|
| @@ -150,7 +150,7 @@
|
| 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();
|
| }
|
|
|