diff options
Diffstat (limited to 'remoting/host/plugin/host_plugin.cc')
-rw-r--r-- | remoting/host/plugin/host_plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/plugin/host_plugin.cc b/remoting/host/plugin/host_plugin.cc index b8e2b13..f281bd1 100644 --- a/remoting/host/plugin/host_plugin.cc +++ b/remoting/host/plugin/host_plugin.cc @@ -21,7 +21,7 @@ #include "remoting/host/plugin/host_plugin_utils.h" #include "remoting/host/plugin/host_script_object.h" #if defined(OS_WIN) -#include "ui/gfx/dpi_win.h" +#include "ui/gfx/win/dpi.h" #endif #include "third_party/npapi/bindings/npapi.h" #include "third_party/npapi/bindings/npfunctions.h" |