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

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

Issue 2761063002: Move more from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 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/system_tray_delegate_chromeos_browsertest_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc
index 6e45b847b35af1f7e8ef3c7d4bbf5092f7c5a7ef..ba48d99e9b4e2815009cad796e706ab11d89c401 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc
@@ -130,8 +130,7 @@ IN_PROC_BROWSER_TEST_F(SystemTrayDelegateBluetoothTest, Basics) {
BluezDBusManager::Get()->GetBluetoothAdapterClient());
adapter_client->SetSimulationIntervalMs(0);
- ash::SystemTrayDelegate* delegate =
- ash::WmShell::Get()->system_tray_delegate();
+ ash::SystemTrayDelegate* delegate = ash::Shell::Get()->system_tray_delegate();
EXPECT_TRUE(delegate->GetBluetoothAvailable());
EXPECT_FALSE(delegate->GetBluetoothEnabled());
EXPECT_FALSE(delegate->GetBluetoothDiscovering());

Powered by Google App Engine
This is Rietveld 408576698