| Index: mojo/examples/nesting_app/nesting_app.cc
|
| diff --git a/mojo/examples/nesting_app/nesting_app.cc b/mojo/examples/nesting_app/nesting_app.cc
|
| index e62f1b753d13f2310aca512df31f5de2f70d27f2..4141cd6902df9459cf09f6688a61123519bd7200 100644
|
| --- a/mojo/examples/nesting_app/nesting_app.cc
|
| +++ b/mojo/examples/nesting_app/nesting_app.cc
|
| @@ -101,7 +101,7 @@ class NestingApp : public ApplicationDelegate,
|
|
|
| // Overridden from ViewObserver:
|
| virtual void OnViewInputEvent(View* view, const EventPtr& event) OVERRIDE {
|
| - if (event->action == ui::ET_MOUSE_RELEASED)
|
| + if (event->action == EVENT_TYPE_MOUSE_RELEASED)
|
| window_manager_->CloseWindow(view->node()->id());
|
| }
|
|
|
|
|