| Index: chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.cc b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| index 4b06e0a83325ca5c1e371fa6d9f5743bd8b94c59..c9a41e888ecd7835f136d514bb39b90788a0abc4 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
|
| @@ -40,21 +40,21 @@
|
| #include "ui/views/widget/widget.h"
|
|
|
| #if defined(USE_ASH)
|
| -#include "ash/common/accelerators/accelerator_commands.h"
|
| -#include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/wm/window_state_aura.h"
|
| -#include "ui/wm/core/coordinate_conversion.h"
|
| +#include "ash/common/accelerators/accelerator_commands.h" // nogncheck
|
| +#include "ash/common/wm/maximize_mode/maximize_mode_controller.h" // nogncheck
|
| +#include "ash/common/wm/window_state.h" // nogncheck
|
| +#include "ash/common/wm_shell.h" // nogncheck
|
| +#include "ash/wm/window_state_aura.h" // nogncheck
|
| +#include "ui/wm/core/coordinate_conversion.h" // nogncheck
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
| -#include "chrome/browser/ui/views/tabs/window_finder_mus.h"
|
| -#include "content/public/common/mojo_shell_connection.h"
|
| -#include "services/shell/runner/common/client_util.h"
|
| -#include "ui/aura/env.h"
|
| -#include "ui/aura/window.h"
|
| -#include "ui/wm/core/window_modality_controller.h"
|
| +#include "chrome/browser/ui/views/tabs/window_finder_mus.h" // nogncheck
|
| +#include "content/public/common/mojo_shell_connection.h" // nogncheck
|
| +#include "services/shell/runner/common/client_util.h" // nogncheck
|
| +#include "ui/aura/env.h" // nogncheck
|
| +#include "ui/aura/window.h" // nogncheck
|
| +#include "ui/wm/core/window_modality_controller.h" // nogncheck
|
| #endif
|
|
|
| using base::UserMetricsAction;
|
|
|