| Index: chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| diff --git a/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc b/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| index d17cb602e6c25e8b452c9329f07ff9f6973754a4..aa84adc698b716236469d14e8e29ac6970afd21e 100644
|
| --- a/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| +++ b/chrome/browser/ui/window_snapshot/window_snapshot_aura.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/logging.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/aura/window.h"
|
| +#include "ui/compositor/compositor.h"
|
| +#include "ui/compositor/layer.h"
|
| #include "ui/gfx/codec/png_codec.h"
|
| -#include "ui/gfx/compositor/compositor.h"
|
| -#include "ui/gfx/compositor/layer.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace browser {
|
|
|