Index: ppapi/shared_impl/ppb_device_ref_shared.h |
diff --git a/ppapi/shared_impl/ppb_device_ref_shared.h b/ppapi/shared_impl/ppb_device_ref_shared.h |
index 9ea367ee05d336667dc1cdb6136974d1afd1cc73..792eb4586d0cab338fd863ff8d8016c3dc5774e4 100644 |
--- a/ppapi/shared_impl/ppb_device_ref_shared.h |
+++ b/ppapi/shared_impl/ppb_device_ref_shared.h |
@@ -6,7 +6,6 @@ |
#define PPAPI_SHARED_IMPL_PPB_DEVICE_REF_SHARED_H_ |
#include <string> |
-#include <vector> |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
@@ -48,11 +47,6 @@ class PPAPI_SHARED_EXPORT PPB_DeviceRef_Shared |
virtual PP_DeviceType_Dev GetType() OVERRIDE; |
virtual PP_Var GetName() OVERRIDE; |
- static PP_Resource CreateResourceArray( |
- ResourceObjectType type, |
- PP_Instance instance, |
- const std::vector<DeviceRefData>& devices); |
- |
private: |
DeviceRefData data_; |