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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.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/chromeos/accessibility/accessibility_manager.cc
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.cc b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
index 337e3be588254516aa82d28286830ce44a8f529b..b92864a137f4323151b17a44e4b93c7e257c1dd3 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.cc
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
@@ -18,8 +18,8 @@
#include "ash/shelf/shelf_layout_manager.h"
#include "ash/shelf/wm_shelf.h"
#include "ash/shell.h"
+#include "ash/shell_port.h"
#include "ash/sticky_keys/sticky_keys_controller.h"
-#include "ash/wm_shell.h"
#include "ash/wm_window.h"
#include "base/callback.h"
#include "base/callback_helpers.h"
@@ -474,7 +474,7 @@ void AccessibilityManager::EnableSpokenFeedback(
ash::AccessibilityNotificationVisibility notify) {
if (!profile_)
return;
- ash::WmShell::Get()->RecordUserMetricsAction(
+ ash::ShellPort::Get()->RecordUserMetricsAction(
enabled ? ash::UMA_STATUS_AREA_ENABLE_SPOKEN_FEEDBACK
: ash::UMA_STATUS_AREA_DISABLE_SPOKEN_FEEDBACK);

Powered by Google App Engine
This is Rietveld 408576698