| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
|
| index 24ae3dc84ed103839a6d7ccc346c12cff8ccb237..814711bb7c133be1132df46481256df48f24e284 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm
|
| @@ -457,7 +457,7 @@ TEST_F(BookmarkEditorControllerTreeTest, AddFolderWithFolderSelected) {
|
| class BookmarkEditorControllerTreeNoNodeTest :
|
| public BookmarkEditorControllerTreeTest {
|
| public:
|
| - virtual BookmarkEditorController* CreateController() override {
|
| + BookmarkEditorController* CreateController() override {
|
| return [[BookmarkEditorController alloc]
|
| initWithParentWindow:test_window()
|
| profile:profile()
|
|
|