Index: chrome/browser/gtk/browser_titlebar.cc |
diff --git a/chrome/browser/gtk/browser_titlebar.cc b/chrome/browser/gtk/browser_titlebar.cc |
index 5f5bc5c97d378b0f2efe9d383f200cbd1ee7e2b9..76ded964557b50d9122e9e4191a44475158a731a 100644 |
--- a/chrome/browser/gtk/browser_titlebar.cc |
+++ b/chrome/browser/gtk/browser_titlebar.cc |
@@ -305,7 +305,7 @@ void BrowserTitlebar::Init() { |
gtk_box_pack_start(GTK_BOX(titlebar_buttons_box_), buttons_hbox, FALSE, |
FALSE, 0); |
- if (CommandLine::ForCurrentProcess()->HasSwitch(L"glen")) { |
+ if (CommandLine::ForCurrentProcess()->HasSwitch("glen")) { |
close_button_.reset(BuildTitlebarButton(IDR_GLEN, IDR_GLEN, IDR_GLEN, |
buttons_hbox, IDS_GLEN)); |
} else { |