| Index: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| index aab4bb8588fd54a98d1a620d393182338bc268c9..ff60812fb89c490a6711fe133fe06be7f6aaa31a 100644
|
| --- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| +++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
| @@ -5,11 +5,11 @@
|
| #include "chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h"
|
|
|
| #include "ash/public/cpp/mus_property_mirror_ash.h"
|
| +#include "ash/public/cpp/shelf_model.h"
|
| #include "ash/public/cpp/window_pin_type.h"
|
| #include "ash/public/cpp/window_properties.h"
|
| #include "ash/public/interfaces/window_pin_type.mojom.h"
|
| #include "ash/root_window_controller.h"
|
| -#include "ash/shelf/shelf_model.h"
|
| #include "ash/shell.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "chrome/browser/chrome_browser_main.h"
|
|
|