diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 12:41:49 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 12:41:49 +0000 |
commit | 2d181a07334e8168c611c1a41764b7e3db48b56a (patch) | |
tree | c958b49fd4121db97f523f3c4ee67e6833155437 /remoting/host/verify_config_window_win.h | |
parent | 1471e7c35209d1ee00a5ffaa3ebd9bfff626589d (diff) | |
download | chromium_src-2d181a07334e8168c611c1a41764b7e3db48b56a.zip chromium_src-2d181a07334e8168c611c1a41764b7e3db48b56a.tar.gz chromium_src-2d181a07334e8168c611c1a41764b7e3db48b56a.tar.bz2 |
Revert 179226
> Merged all Chromoting Host code into remoting_core.dll (Windows).
>
> Consolidated all installable Chromoting Host core into remoting_core.dll and converted all executables into thin wrappers around entry points exposed by remoting_core.dll. This reduces size of the installer by approximately 600KB.
>
> BUG=170200
>
>
> Review URL: https://chromiumcodereview.appspot.com/11970044
TBR=alexeypa@chromium.org
Review URL: https://codereview.chromium.org/12089044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/verify_config_window_win.h')
-rw-r--r-- | remoting/host/verify_config_window_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/verify_config_window_win.h b/remoting/host/verify_config_window_win.h index bf3302b..50400e5 100644 --- a/remoting/host/verify_config_window_win.h +++ b/remoting/host/verify_config_window_win.h @@ -14,7 +14,7 @@ #include <string> #include "base/callback.h" -#include "remoting/host/win/core_resource.h" +#include "remoting/host/win/elevated_controller_resource.h" namespace remoting { |