| Index: chrome/browser/ui/views/chrome_views_delegate.cc
|
| diff --git a/chrome/browser/ui/views/chrome_views_delegate.cc b/chrome/browser/ui/views/chrome_views_delegate.cc
|
| index 667b3b62c22076a4f3271d28da0abc1f55a26bb1..33c95cdedd4c6089afd47dc8db6f363814393d2f 100644
|
| --- a/chrome/browser/ui/views/chrome_views_delegate.cc
|
| +++ b/chrome/browser/ui/views/chrome_views_delegate.cc
|
| @@ -61,12 +61,12 @@
|
| #endif
|
|
|
| #if defined(USE_ASH)
|
| -#include "ash/common/accelerators/accelerator_controller.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/shell.h"
|
| -#include "ash/wm/window_state_aura.h"
|
| -#include "chrome/browser/ui/ash/ash_init.h"
|
| +#include "ash/common/accelerators/accelerator_controller.h" // nogncheck
|
| +#include "ash/common/wm/window_state.h" // nogncheck
|
| +#include "ash/common/wm_shell.h" // nogncheck
|
| +#include "ash/shell.h" // nogncheck
|
| +#include "ash/wm/window_state_aura.h" // nogncheck
|
| +#include "chrome/browser/ui/ash/ash_init.h" // nogncheck
|
| #endif
|
|
|
| // Helpers --------------------------------------------------------------------
|
|
|