| Index: ui/snapshot/screenshot_grabber.cc
|
| diff --git a/ui/snapshot/screenshot_grabber.cc b/ui/snapshot/screenshot_grabber.cc
|
| index ebccaaec342ee6d821c737c3ba8f6dba3412dbec..2c9e013f3defefec824b5f3d02b24a97667750fa 100644
|
| --- a/ui/snapshot/screenshot_grabber.cc
|
| +++ b/ui/snapshot/screenshot_grabber.cc
|
| @@ -24,8 +24,8 @@
|
| #include "ui/snapshot/snapshot.h"
|
|
|
| #if defined(USE_AURA)
|
| -#include "ui/aura/client/cursor_client.h"
|
| -#include "ui/aura/window.h"
|
| +#include "ui/aura/client/cursor_client.h" // nogncheck
|
| +#include "ui/aura/window.h" // nogncheck
|
| #endif
|
|
|
| namespace ui {
|
|
|