| 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 792eb4586d0cab338fd863ff8d8016c3dc5774e4..294093fe871ba388f7760b7f2edc303231a0c571 100644
|
| --- a/ppapi/shared_impl/ppb_device_ref_shared.h
|
| +++ b/ppapi/shared_impl/ppb_device_ref_shared.h
|
| @@ -21,9 +21,7 @@ struct PPAPI_SHARED_EXPORT DeviceRefData {
|
| DeviceRefData();
|
|
|
| bool operator==(const DeviceRefData& other) const {
|
| - return type == other.type &&
|
| - name == other.name &&
|
| - id == other.id;
|
| + return type == other.type && name == other.name && id == other.id;
|
| }
|
|
|
| PP_DeviceType_Dev type;
|
|
|