Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc |
index cb184ae8fd2e1e1b651e3c7b0ffa57be7ad9f3ff..a711b3c4379c9ac72622563cffb10448b22e636b 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc |
@@ -28,7 +28,7 @@ class BookmarkBarViewInstantExtendedTest : public BrowserWithTestWindowTest { |
} |
protected: |
- virtual TestingProfile* CreateProfile() OVERRIDE { |
+ virtual TestingProfile* CreateProfile() override { |
TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); |
// TemplateURLService is normally NULL during testing. Instant extended |
// needs this service so set a custom factory function. |