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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: cleanup 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 beb1586dad225360a9f0bda2e43c1bd31f1321e5..5d9e295cb778300614f420d3e53a9c2049a6bdaa 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