Index: content/renderer/pepper/pepper_device_enumeration_host_helper.h |
diff --git a/content/renderer/pepper/pepper_device_enumeration_host_helper.h b/content/renderer/pepper/pepper_device_enumeration_host_helper.h |
index 4fb38d9f15ca6bf0c94b0be3f064c13cfaca87e6..088d4661c0ecb36d8254c76d54079546545aff8a 100644 |
--- a/content/renderer/pepper/pepper_device_enumeration_host_helper.h |
+++ b/content/renderer/pepper/pepper_device_enumeration_host_helper.h |
@@ -12,17 +12,17 @@ |
#include "base/memory/scoped_ptr.h" |
#include "content/common/content_export.h" |
#include "ppapi/c/dev/ppb_device_ref_dev.h" |
+#include "ppapi/host/host_message_context.h" |
#include "url/gurl.h" |
namespace ppapi { |
struct DeviceRefData; |
namespace host { |
-struct HostMessageContext; |
-struct ReplyMessageContext; |
class ResourceHost; |
} |
-} |
+ |
+} // namespace ppapi |
namespace IPC { |
class Message; |
@@ -101,7 +101,7 @@ class CONTENT_EXPORT PepperDeviceEnumerationHostHelper { |
scoped_ptr<ScopedRequest> enumerate_; |
scoped_ptr<ScopedRequest> monitor_; |
- scoped_ptr<ppapi::host::ReplyMessageContext> enumerate_devices_context_; |
+ ppapi::host::ReplyMessageContext enumerate_devices_context_; |
DISALLOW_COPY_AND_ASSIGN(PepperDeviceEnumerationHostHelper); |
}; |