| Index: mash/shelf/shelf_tooltip_manager.cc
|
| diff --git a/mash/shelf/shelf_tooltip_manager.cc b/mash/shelf/shelf_tooltip_manager.cc
|
| index 635b2a58496fb14f7efb1fd321acd4e0aa03c0d2..5b29c20bf04b99ca1d65da7b683d65caac6ad2e4 100644
|
| --- a/mash/shelf/shelf_tooltip_manager.cc
|
| +++ b/mash/shelf/shelf_tooltip_manager.cc
|
| @@ -11,7 +11,6 @@
|
| #include "components/mus/public/cpp/property_type_converters.h"
|
| #include "mash/shelf/shelf_view.h"
|
| #include "mash/wm/public/interfaces/container.mojom.h"
|
| -#include "mojo/shell/public/cpp/application_impl.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/events/event.h"
|
| #include "ui/events/event_constants.h"
|
| @@ -124,7 +123,7 @@ void ShelfTooltipManager::ShelfTooltipBubble::OnBeforeBubbleWidgetInit(
|
| mus::Window* window =
|
| views::WindowManagerConnection::Get()->NewWindow(properties);
|
| params->native_widget = new views::NativeWidgetMus(
|
| - widget, host_->shelf_view()->app()->shell(), window,
|
| + widget, host_->shelf_view()->shell(), window,
|
| mus::mojom::SurfaceType::DEFAULT);
|
| }
|
|
|
|
|