| Index: ash/mojo_interface_factory.cc
|
| diff --git a/ash/mojo_interface_factory.cc b/ash/mojo_interface_factory.cc
|
| index c8eab24b79be8720e29115c5040156feedcdde94..15586f2c1181916a883ffba546655325df61c6d1 100644
|
| --- a/ash/mojo_interface_factory.cc
|
| +++ b/ash/mojo_interface_factory.cc
|
| @@ -21,7 +21,7 @@
|
| #include "ash/system/tray/system_tray_controller.h"
|
| #include "ash/tray_action/tray_action.h"
|
| #include "ash/wallpaper/wallpaper_controller.h"
|
| -#include "ash/wm/maximize_mode/maximize_mode_controller.h"
|
| +#include "ash/wm/tablet_mode/tablet_mode_controller.h"
|
| #include "base/bind.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "services/service_manager/public/cpp/bind_source_info.h"
|
| @@ -102,7 +102,7 @@
|
| void BindTouchViewRequestOnMainThread(
|
| const service_manager::BindSourceInfo& source_info,
|
| mojom::TouchViewManagerRequest request) {
|
| - Shell::Get()->maximize_mode_controller()->BindRequest(std::move(request));
|
| + Shell::Get()->tablet_mode_controller()->BindRequest(std::move(request));
|
| }
|
|
|
| void BindTrayActionRequestOnMainThread(
|
|
|