| Index: chrome/browser/ui/views/profiles/user_manager_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| index 0408361558647d54001a3be68b23a42aca0adef2..016c1fb82e794b7c5c77817009a40bd19387ce31 100644
|
| --- a/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| @@ -46,9 +46,9 @@
|
| #endif
|
|
|
| #if defined(USE_ASH)
|
| -#include "ash/shelf/shelf_util.h"
|
| -#include "ash/wm/window_util.h"
|
| -#include "grit/ash_resources.h"
|
| +#include "ash/shelf/shelf_util.h" // nogncheck
|
| +#include "ash/wm/window_util.h" // nogncheck
|
| +#include "grit/ash_resources.h" // nogncheck
|
| #endif
|
|
|
| namespace {
|
|
|