| Index: chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| diff --git a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| index 820212fddca41d75d7ccf666d4bbb195643841c0..006506e2d966bc6348311a3497e2dc2563b5af55 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| @@ -93,7 +93,7 @@ void ModeIndicatorController::ShowModeIndicator() {
|
|
|
| // Get the short name of the changed input method (e.g. US, JA, etc.)
|
| const InputMethodDescriptor descriptor = imm_->GetCurrentInputMethod();
|
| - const string16 short_name =
|
| + const base::string16 short_name =
|
| imm_->GetInputMethodUtil()->GetInputMethodShortName(descriptor);
|
|
|
| ModeIndicatorDelegateView* mi_delegate_view =
|
|
|