Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7760)

Unified Diff: chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698