diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 21:40:11 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 21:40:11 +0000 |
commit | 854c91ad9a999ff5ba80fe323fd537169b544d92 (patch) | |
tree | f5c7a66ddd162df742516dabbcd0ce0477a4c213 /remoting/host/disconnect_window_win.cc | |
parent | 235df5e64ca72d39f60065eb76ed6d44b17b8fdb (diff) | |
download | chromium_src-854c91ad9a999ff5ba80fe323fd537169b544d92.zip chromium_src-854c91ad9a999ff5ba80fe323fd537169b544d92.tar.gz chromium_src-854c91ad9a999ff5ba80fe323fd537169b544d92.tar.bz2 |
Move the Remoting Host plugin into its own sub-directory.
BUG=
TEST=
Review URL: http://codereview.chromium.org/7216018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/disconnect_window_win.cc')
-rw-r--r-- | remoting/host/disconnect_window_win.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc index 09f6b16..c94bc2a 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: |