| Index: views/aura_desktop/aura_desktop_main.cc
|
| diff --git a/views/aura_desktop/aura_desktop_main.cc b/views/aura_desktop/aura_desktop_main.cc
|
| index 3d0e4f3c758fdd04441c74ae42c7db4d3c259712..1dc38fbff908e298ae47c03ce947f558f6c8a54a 100644
|
| --- a/views/aura_desktop/aura_desktop_main.cc
|
| +++ b/views/aura_desktop/aura_desktop_main.cc
|
| @@ -20,6 +20,10 @@
|
| #include "views/widget/widget.h"
|
| #include "views/widget/widget_delegate.h"
|
|
|
| +#if !defined(OS_WIN)
|
| +#include "aura/hit_test.h"
|
| +#endif
|
| +
|
| namespace {
|
|
|
| // Trivial WindowDelegate implementation that draws a colored background.
|
|
|