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

Unified Diff: app/app_switches.cc

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 | « app/app_switches.h ('k') | base/base_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_switches.cc
diff --git a/app/app_switches.cc b/app/app_switches.cc
index f07fa32e6c9dcf27f7d29ad066a6dc5837cf8199..f869d689b82280cb6391959e43545bb856e69812 100644
--- a/app/app_switches.cc
+++ b/app/app_switches.cc
@@ -8,6 +8,6 @@ namespace switches {
// The language file that we want to try to open. Of the form
// language[-country] where language is the 2 letter code from ISO-639.
-const wchar_t kLang[] = L"lang";
+const char kLang[] = "lang";
} // namespace switches
« no previous file with comments | « app/app_switches.h ('k') | base/base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698