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

Unified Diff: ash/aura/pointer_watcher_adapter.h

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: ash/aura/pointer_watcher_adapter.h
diff --git a/ash/aura/pointer_watcher_adapter.h b/ash/aura/pointer_watcher_adapter.h
index 52ee4652af04aa457340aa3df51ce011791c19c8..9b3fcf8370635373ffc6a9a4b5305d129368b513 100644
--- a/ash/aura/pointer_watcher_adapter.h
+++ b/ash/aura/pointer_watcher_adapter.h
@@ -34,7 +34,7 @@ class ASH_EXPORT PointerWatcherAdapter : public ui::EventHandler {
PointerWatcherAdapter();
~PointerWatcherAdapter() override;
- // See WmShell::AddPointerWatcher() for details.
+ // See ShellPort::AddPointerWatcher() for details.
void AddPointerWatcher(views::PointerWatcher* watcher,
views::PointerWatcherEventTypes events);
void RemovePointerWatcher(views::PointerWatcher* watcher);

Powered by Google App Engine
This is Rietveld 408576698