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

Unified Diff: ash/mus/network_connect_delegate_mus.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
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/network_connect_delegate_mus.cc
diff --git a/ash/mus/network_connect_delegate_mus.cc b/ash/mus/network_connect_delegate_mus.cc
index 5affaede8d4ccfd43ff5a1b8d753ae285f499acb..12db51021a6915e85001e66c0831001f6a773116 100644
--- a/ash/mus/network_connect_delegate_mus.cc
+++ b/ash/mus/network_connect_delegate_mus.cc
@@ -5,7 +5,7 @@
#include "ash/mus/network_connect_delegate_mus.h"
#include "ash/common/system/tray/system_tray_controller.h"
-#include "ash/common/wm_shell.h"
+#include "ash/shell.h"
#include "base/logging.h"
namespace ash {
@@ -17,12 +17,12 @@ NetworkConnectDelegateMus::~NetworkConnectDelegateMus() {}
void NetworkConnectDelegateMus::ShowNetworkConfigure(
const std::string& network_id) {
- WmShell::Get()->system_tray_controller()->ShowNetworkConfigure(network_id);
+ Shell::Get()->system_tray_controller()->ShowNetworkConfigure(network_id);
}
void NetworkConnectDelegateMus::ShowNetworkSettings(
const std::string& network_id) {
- WmShell::Get()->system_tray_controller()->ShowNetworkSettings(network_id);
+ Shell::Get()->system_tray_controller()->ShowNetworkSettings(network_id);
}
bool NetworkConnectDelegateMus::ShowEnrollNetwork(
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698