| Index: chrome/browser/dom_ui/options/about_page_handler.cc
|
| diff --git a/chrome/browser/dom_ui/options/about_page_handler.cc b/chrome/browser/dom_ui/options/about_page_handler.cc
|
| index 6765705258b82b20c46ea3ec7a2ec9d7a9b44bbb..f728d9b5702e45a80e8eb4ce24433884cb04998a 100644
|
| --- a/chrome/browser/dom_ui/options/about_page_handler.cc
|
| +++ b/chrome/browser/dom_ui/options/about_page_handler.cc
|
| @@ -196,7 +196,7 @@ void AboutPageHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
|
| text.find(kBeginLinkOss) + wcslen(kBeginLinkOss),
|
| text.find(kEndLinkOss))));
|
| localized_strings->SetString(chromium_url_appears_first ?
|
| - "license_link_1" : "license_link_0", chrome::kAboutCreditsURL);
|
| + "license_link_1" : "license_link_0", chrome::kChromeUIAboutCreditsURL);
|
|
|
| // webkit
|
|
|
|
|