| 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 b526a1c94fea827ba9171a42c123eec4f559a5ee..8cdb7f5d04239ce86ceb3cd5dd547886f8c9d1ff 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| @@ -104,9 +104,9 @@ void ModeIndicatorController::ShowModeIndicator() {
|
| const base::string16 short_name =
|
| imm_->GetInputMethodUtil()->GetInputMethodShortName(descriptor);
|
|
|
| - aura::Window* parent = ash::Shell::GetContainer(
|
| - ash::wm::GetActiveWindow()->GetRootWindow(),
|
| - ash::internal::kShellWindowId_InputMethodContainer);
|
| + aura::Window* parent =
|
| + ash::Shell::GetContainer(ash::wm::GetActiveWindow()->GetRootWindow(),
|
| + ash::kShellWindowId_InputMethodContainer);
|
| ash::ime::ModeIndicatorView* mi_view = new ash::ime::ModeIndicatorView(
|
| parent, cursor_bounds_, short_name);
|
| views::BubbleDelegateView::CreateBubble(mi_view);
|
|
|