| Index: ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| diff --git a/ppapi/proxy/device_enumeration_resource_helper_unittest.cc b/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| index d578a9e777fad10bd20cb4570d8b4a752abf36ce..56c09d7966cf1f969017a292a0b64045b3448205 100644
|
| --- a/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| +++ b/ppapi/proxy/device_enumeration_resource_helper_unittest.cc
|
| @@ -67,7 +67,7 @@ class TestResource : public PluginResource {
|
| public:
|
| TestResource(Connection connection, PP_Instance instance)
|
| : PluginResource(connection, instance),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(device_enumeration_(this)) {
|
| + device_enumeration_(this) {
|
| }
|
|
|
| virtual ~TestResource() {}
|
|
|