Index: chrome/browser/dom_ui/options_ui.cc |
diff --git a/chrome/browser/dom_ui/options_ui.cc b/chrome/browser/dom_ui/options_ui.cc |
index 15a7ed888342a8339c9c4d84c0ded797015fe1c8..cb7830ac1c185e59342062178549385825fc89e5 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( |