| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 93b36dce53b8a81872b6653b810a61fcd9689e31..70ebf8517042301aba02085c577e16e8ae7bf597 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -228,8 +228,8 @@
|
| #endif
|
|
|
| #if defined(USE_ASH)
|
| -#include "ash/common/ash_switches.h"
|
| -#include "ash/shell.h"
|
| +#include "ash/common/ash_switches.h" // nogncheck
|
| +#include "ash/shell.h" // nogncheck
|
| #endif
|
|
|
| using base::TimeDelta;
|
|
|