diff options
Diffstat (limited to 'chrome/browser/browser_commands_unittest.cc')
-rw-r--r-- | chrome/browser/browser_commands_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_commands_unittest.cc b/chrome/browser/browser_commands_unittest.cc index 4a6735c..768edd5 100644 --- a/chrome/browser/browser_commands_unittest.cc +++ b/chrome/browser/browser_commands_unittest.cc @@ -87,7 +87,7 @@ TEST_F(BrowserCommandsTest, BookmarkCurrentPage) { AddTab(browser(), url1); browser()->OpenURL(url1, GURL(), CURRENT_TAB, PageTransition::TYPED); - // TODO(beng): remove this once we can use WebContentses directly in testing + // TODO(beng): remove this once we can use TabContentses directly in testing // instead of the TestTabContents which causes this command not to // be enabled when the tab is added (and selected). browser()->command_updater()->UpdateCommandEnabled(IDC_STAR, true); |