diff options
Diffstat (limited to 'chrome/browser/dom_ui/options_ui.cc')
-rw-r--r-- | chrome/browser/dom_ui/options_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/options_ui.cc b/chrome/browser/dom_ui/options_ui.cc index 15a7ed8..cb7830a 100644 --- a/chrome/browser/dom_ui/options_ui.cc +++ b/chrome/browser/dom_ui/options_ui.cc @@ -167,7 +167,7 @@ OptionsUI::OptionsUI(TabContents* contents) : DOMUI(contents) { OptionsUIHTMLSource* html_source = new OptionsUIHTMLSource(localized_strings); - // Set up the chrome://options/ source. + // Set up the chrome://settings/ source. ChromeThread::PostTask( ChromeThread::IO, FROM_HERE, NewRunnableMethod( |