Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/login/keyboard_switch_menu.h

Issue 5990008: Remove wstring from l10n_util. Part 1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/chromeos/login/keyboard_switch_menu.h
===================================================================
--- chrome/browser/chromeos/login/keyboard_switch_menu.h (revision 70069)
+++ chrome/browser/chromeos/login/keyboard_switch_menu.h (working copy)
@@ -35,7 +35,7 @@
virtual void RunMenu(views::View* source, const gfx::Point& pt);
// Returns current keyboard name to be placed on the keyboard menu-button.
- std::wstring GetCurrentKeyboardName() const;
+ string16 GetCurrentKeyboardName() const;
private:
DISALLOW_COPY_AND_ASSIGN(KeyboardSwitchMenu);

Powered by Google App Engine