diff options
author | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 01:36:10 +0000 |
---|---|---|
committer | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 01:36:10 +0000 |
commit | 386098336aa778f82d5a079b9371a1c63bd46d94 (patch) | |
tree | 3f238db944ed2ac50f2224b62feb5a36193123fd /remoting/host/chromoting_host.h | |
parent | e7e5bc86181faa3076671af080f809944594b60d (diff) | |
download | chromium_src-386098336aa778f82d5a079b9371a1c63bd46d94.zip chromium_src-386098336aa778f82d5a079b9371a1c63bd46d94.tar.gz chromium_src-386098336aa778f82d5a079b9371a1c63bd46d94.tar.bz2 |
Moved the video encoders/decoders to the codec directory.
Review URL: https://chromiumcodereview.appspot.com/10877014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index ee745c8..4893347 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -12,7 +12,7 @@ #include "base/observer_list.h" #include "base/threading/thread.h" #include "net/base/backoff_entry.h" -#include "remoting/base/encoder.h" +#include "remoting/codec/video_encoder.h" #include "remoting/host/client_session.h" #include "remoting/host/desktop_environment.h" #include "remoting/host/host_key_pair.h" |