summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin/chromoting_scriptable_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/plugin/chromoting_scriptable_object.h')
-rw-r--r--remoting/client/plugin/chromoting_scriptable_object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/plugin/chromoting_scriptable_object.h b/remoting/client/plugin/chromoting_scriptable_object.h
index 5344271..8c30da0 100644
--- a/remoting/client/plugin/chromoting_scriptable_object.h
+++ b/remoting/client/plugin/chromoting_scriptable_object.h
@@ -33,14 +33,14 @@
#include <string>
#include <vector>
-#include "third_party/ppapi/cpp/scriptable_object.h"
+#include "third_party/ppapi/cpp/dev/scriptable_object_deprecated.h"
#include "third_party/ppapi/cpp/var.h"
namespace remoting {
class ChromotingInstance;
-class ChromotingScriptableObject : public pp::ScriptableObject {
+class ChromotingScriptableObject : public pp::deprecated::ScriptableObject {
public:
explicit ChromotingScriptableObject(ChromotingInstance* instance);
virtual ~ChromotingScriptableObject();