| Index: ash/system/palette/tools/magnifier_mode.cc
|
| diff --git a/ash/system/palette/tools/magnifier_mode.cc b/ash/system/palette/tools/magnifier_mode.cc
|
| index 411f81d9b30b8b2a917a61d555a70591e9543cd1..9822b01423be033f083aeb3a05e562391279e59b 100644
|
| --- a/ash/system/palette/tools/magnifier_mode.cc
|
| +++ b/ash/system/palette/tools/magnifier_mode.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "ash/system/palette/tools/magnifier_mode.h"
|
|
|
| -#include "ash/palette_delegate.h"
|
| +#include "ash/common/palette_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ash/system/palette/palette_ids.h"
|
| -#include "ash/wm_shell.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace ash {
|
|
|