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

Unified Diff: app/app_switches.h

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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 | « no previous file | app/app_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_switches.h
diff --git a/app/app_switches.h b/app/app_switches.h
index 1169b7fdb3742655529852208ba0530d349be791..b58915370e356256c80369841ee18ab7a03c3631 100644
--- a/app/app_switches.h
+++ b/app/app_switches.h
@@ -9,7 +9,7 @@
namespace switches {
-extern const wchar_t kLang[];
+extern const char kLang[];
} // namespace switches
« no previous file with comments | « no previous file | app/app_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698