Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3769)

Unified Diff: chrome/browser/ui/webui/help/help_handler.cc

Issue 10690060: startup: Put it in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/startup/startup_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/help/help_handler.cc
diff --git a/chrome/browser/ui/webui/help/help_handler.cc b/chrome/browser/ui/webui/help/help_handler.cc
index 7856296220e3d309c74a5383a6fd41c9e5a99766..6ee55663253ba8929781d85a951f4baa4970a7ed 100644
--- a/chrome/browser/ui/webui/help/help_handler.cc
+++ b/chrome/browser/ui/webui/help/help_handler.cc
@@ -172,7 +172,7 @@ void HelpHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
#if defined(OS_MACOSX)
localized_strings->SetString("updateObsoleteOS",
- browser::LocalizedObsoleteOSString());
+ chrome::LocalizedObsoleteOSString());
localized_strings->SetString("updateObsoleteOSURL",
chrome::kMacLeopardObsoleteURL);
#endif
@@ -296,7 +296,7 @@ void HelpHandler::OnPageLoaded(const ListValue* args) {
#if defined(OS_MACOSX)
scoped_ptr<base::Value> is_os_obsolete(
- base::Value::CreateBooleanValue(browser::IsOSObsoleteOrNearlySo()));
+ base::Value::CreateBooleanValue(chrome::IsOSObsoleteOrNearlySo()));
web_ui()->CallJavascriptFunction("help.HelpPage.setObsoleteOS",
*is_os_obsolete);
#endif
« no previous file with comments | « chrome/browser/ui/startup/startup_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698