| Index: chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc
|
| diff --git a/chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc b/chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc
|
| index 53c22d05c8e5d817dc18576992eae2bd39c24486..1e8b81f420cd85e2f2161f54093214aa0ba06ffb 100644
|
| --- a/chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "ash/login_status.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/shell_port.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ash/system/network/network_detailed_view.h"
|
| #include "ash/system/network/tray_network.h"
|
| #include "ash/system/tray/system_tray.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -52,7 +52,7 @@ IN_PROC_BROWSER_TEST_F(NetworkingConfigDelegateChromeosTest, SystemTrayItem) {
|
|
|
| // Open the system tray menu.
|
| ash::SystemTray* system_tray =
|
| - ash::WmShell::Get()->GetPrimaryRootWindowController()->GetSystemTray();
|
| + ash::ShellPort::Get()->GetPrimaryRootWindowController()->GetSystemTray();
|
| system_tray->ShowDefaultView(ash::BUBBLE_CREATE_NEW);
|
| content::RunAllPendingInMessageLoop();
|
| ASSERT_TRUE(system_tray->HasSystemBubble());
|
|
|