| Index: remoting/host/disconnect_window_win.cc
|
| diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc
|
| index 09f6b16ea7f0a48093d6ab5074902db82fac0c53..c94bc2a95ed352f1c6b404991e1f07dd15daf955 100644
|
| --- a/remoting/host/disconnect_window_win.cc
|
| +++ b/remoting/host/disconnect_window_win.cc
|
| @@ -10,7 +10,9 @@
|
| #include "base/logging.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "remoting/host/chromoting_host.h"
|
| -#include "remoting/host/host_plugin_resource.h"
|
| +// TODO(wez): The DisconnectWindow isn't plugin-specific, so shouldn't have
|
| +// a dependency on the plugin's resource header.
|
| +#include "remoting/host/plugin/host_plugin_resource.h"
|
|
|
| // HMODULE from DllMain/WinMain. This is needed to find our dialog resource.
|
| // This is defined in:
|
|
|