| Index: remoting/host/desktop_resizer_win.cc
|
| diff --git a/remoting/host/desktop_resizer_win.cc b/remoting/host/desktop_resizer_win.cc
|
| index de2fd37653901093ed3327dd3bc3401fc00c5968..32fec815aa8ab12215d3952921b2860ebecef891 100644
|
| --- a/remoting/host/desktop_resizer_win.cc
|
| +++ b/remoting/host/desktop_resizer_win.cc
|
| @@ -4,10 +4,11 @@
|
|
|
| #include "remoting/host/desktop_resizer.h"
|
|
|
| -#include <map>
|
| #include <windows.h>
|
| +#include <map>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
|
|
| namespace {
|
| // TODO(jamiewalch): Use the correct DPI for the mode: http://crbug.com/172405.
|
|
|