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

Unified Diff: ui/views/mus/native_widget_mus.cc

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment Created 4 years, 7 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 | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.cc
diff --git a/ui/views/mus/native_widget_mus.cc b/ui/views/mus/native_widget_mus.cc
index f462559c388cfbf7ddef770a57a7e2aa9cfbe827..fb2d97cf88155f3ab950f2b71863f3233c517d8f 100644
--- a/ui/views/mus/native_widget_mus.cc
+++ b/ui/views/mus/native_widget_mus.cc
@@ -661,7 +661,7 @@ void NativeWidgetMus::InitNativeWidget(const Widget::InitParams& params) {
aura::client::SetScreenPositionClient(hosted_window,
screen_position_client_.get());
- // TODO(erg): Remove this check when mash/wm/frame/move_event_handler.cc's
+ // TODO(erg): Remove this check when ash/mus/frame/move_event_handler.cc's
// direct usage of mus::Window::SetPredefinedCursor() is switched to a
// private method on WindowManagerClient.
if (surface_type_ == mus::mojom::SurfaceType::DEFAULT) {
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698