diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 21:54:43 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 21:54:43 +0000 |
commit | 09bd7bc27cf7544bdfb58fe0e21465b6485d599e (patch) | |
tree | ae66b0506d572fe287577288292cb3ae43ae68fd /remoting/client | |
parent | 7ed04df055beabf2300c1163be8e59812ecfb7bf (diff) | |
download | chromium_src-09bd7bc27cf7544bdfb58fe0e21465b6485d599e.zip chromium_src-09bd7bc27cf7544bdfb58fe0e21465b6485d599e.tar.gz chromium_src-09bd7bc27cf7544bdfb58fe0e21465b6485d599e.tar.bz2 |
Remove PPB_Ext_Socket_Dev.
BUG=366304,244653,312916,314899
TEST=None
Review URL: https://codereview.chromium.org/252923005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/plugin/chromoting_instance.cc | 2 | ||||
-rw-r--r-- | remoting/client/plugin/chromoting_instance.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc index 5ea3065..3504c71 100644 --- a/remoting/client/plugin/chromoting_instance.cc +++ b/remoting/client/plugin/chromoting_instance.cc @@ -28,6 +28,8 @@ #include "ppapi/cpp/image_data.h" #include "ppapi/cpp/input_event.h" #include "ppapi/cpp/rect.h" +#include "ppapi/cpp/var_array_buffer.h" +#include "ppapi/cpp/var_dictionary.h" #include "remoting/base/constants.h" #include "remoting/base/util.h" #include "remoting/client/chromoting_client.h" diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h index b5e480d..0ed6d3d 100644 --- a/remoting/client/plugin/chromoting_instance.h +++ b/remoting/client/plugin/chromoting_instance.h @@ -42,6 +42,7 @@ class DictionaryValue; namespace pp { class InputEvent; class Module; +class VarDictionary; } // namespace pp namespace webrtc { |