| Index: ppapi/proxy/device_enumeration_resource_helper.cc
|
| diff --git a/ppapi/proxy/device_enumeration_resource_helper.cc b/ppapi/proxy/device_enumeration_resource_helper.cc
|
| index 32a4e1db9840ea3156151769a255dec452e0ed59..45eee0e7cd1243b365231ec559a6a38a7b2972ed 100644
|
| --- a/ppapi/proxy/device_enumeration_resource_helper.cc
|
| +++ b/ppapi/proxy/device_enumeration_resource_helper.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ppapi/proxy/device_enumeration_resource_helper.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|