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

Unified Diff: ash/ash_touch_exploration_manager_chromeos.cc

Issue 2098023002: mash: Migrate remaining tray observers and notify functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 6 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/ash.gyp ('k') | ash/common/keyboard/keyboard_ui.cc » ('j') | ash/shell.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_touch_exploration_manager_chromeos.cc
diff --git a/ash/ash_touch_exploration_manager_chromeos.cc b/ash/ash_touch_exploration_manager_chromeos.cc
index 998676064de23226f3b8f89832bbce14ed3d81b5..6900b2709dd3bb3fc844b95d214762e848e84bb1 100644
--- a/ash/ash_touch_exploration_manager_chromeos.cc
+++ b/ash/ash_touch_exploration_manager_chromeos.cc
@@ -6,7 +6,7 @@
#include "ash/audio/sounds.h"
#include "ash/common/accessibility_delegate.h"
-#include "ash/common/system/tray/wm_system_tray_notifier.h"
+#include "ash/common/system/tray/system_tray_notifier.h"
#include "ash/common/wm_shell.h"
#include "ash/root_window_controller.h"
#include "ash/shell.h"
@@ -30,7 +30,7 @@ AshTouchExplorationManager::AshTouchExplorationManager(
}
AshTouchExplorationManager::~AshTouchExplorationManager() {
- WmSystemTrayNotifier* system_tray_notifier =
+ SystemTrayNotifier* system_tray_notifier =
WmShell::Get()->system_tray_notifier();
if (system_tray_notifier)
system_tray_notifier->RemoveAccessibilityObserver(this);
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/keyboard/keyboard_ui.cc » ('j') | ash/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698