| Index: chrome/browser/chromeos/login/language_switch_menu.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/language_switch_menu.h (revision 70069)
|
| +++ chrome/browser/chromeos/login/language_switch_menu.h (working copy)
|
| @@ -36,7 +36,7 @@
|
| }
|
|
|
| // Returns current locale name to be placed on the language menu-button.
|
| - std::wstring GetCurrentLocaleName() const;
|
| + string16 GetCurrentLocaleName() const;
|
|
|
| // Sets the minimum width of the first level menu to be shown.
|
| void SetFirstLevelMenuWidth(int width);
|
|
|