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

Unified Diff: mash/wm/user_window_controller_impl.cc

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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 | « mash/wm/public/interfaces/user_window_controller.mojom ('k') | mash/wm/window_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/user_window_controller_impl.cc
diff --git a/mash/wm/user_window_controller_impl.cc b/mash/wm/user_window_controller_impl.cc
index 8e29814153acf2a236ffaf07b5724220f2abd73b..eaecadd1c4a6fa253f5504eb82f54007e152724c 100644
--- a/mash/wm/user_window_controller_impl.cc
+++ b/mash/wm/user_window_controller_impl.cc
@@ -80,7 +80,7 @@ void UserWindowControllerImpl::Initialize(WindowManagerApplication* state) {
}
mus::Window* UserWindowControllerImpl::GetUserWindowContainer() const {
- return state_->GetWindowForContainer(mojom::CONTAINER_USER_WINDOWS);
+ return state_->GetWindowForContainer(mojom::Container::USER_WINDOWS);
}
void UserWindowControllerImpl::OnTreeChanging(const TreeChangeParams& params) {
« no previous file with comments | « mash/wm/public/interfaces/user_window_controller.mojom ('k') | mash/wm/window_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698