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 50405b4c6148887deecc199e10678502e8646983..f9d4dcfec1792c013f94aaf5eb32e32000ae5504 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller_unittest.mm |
@@ -454,7 +454,7 @@ TEST_F(BookmarkEditorControllerTreeTest, AddFolderWithFolderSelected) { |
class BookmarkEditorControllerTreeNoNodeTest : |
public BookmarkEditorControllerTreeTest { |
public: |
- virtual BookmarkEditorController* CreateController() { |
+ virtual BookmarkEditorController* CreateController() OVERRIDE { |
return [[BookmarkEditorController alloc] |
initWithParentWindow:test_window() |
profile:profile() |