| Index: chrome/browser/ui/views/aura/status_area_host_aura.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/aura/status_area_host_aura.cc (revision 115744)
|
| +++ chrome/browser/ui/views/aura/status_area_host_aura.cc (working copy)
|
| @@ -39,9 +39,9 @@
|
| }
|
|
|
| views::Widget* StatusAreaHostAura::CreateStatusArea() {
|
| - aura_shell::Shell* aura_shell = aura_shell::Shell::GetInstance();
|
| - aura::Window* status_window = aura_shell->GetContainer(
|
| - aura_shell::internal::kShellWindowId_StatusContainer);
|
| + ash::Shell* shell = ash::Shell::GetInstance();
|
| + aura::Window* status_window = shell->GetContainer(
|
| + ash::internal::kShellWindowId_StatusContainer);
|
|
|
| // Create status area view.
|
| status_area_view_ = new StatusAreaView();
|
|
|