| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 800159fd704b17b48aca7405da9ab101ec055a7f..71845d49c559625b97a06c7f0cdf29fdf939feb9 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -99,7 +99,7 @@
|
|
|
| #if defined(USE_AURA)
|
| #include "content/public/browser/context_factory.h"
|
| -#include "ui/aura/env.h"
|
| +#include "ui/aura/env.h" // nogncheck
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|