| Index: content/renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc
|
| diff --git a/content/renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc b/content/renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc
|
| index b5608495228d9b005f7332cb236817782913faba..c51502ed44daffc5751d09467be299feac8ac260 100644
|
| --- a/content/renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc
|
| +++ b/content/renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc
|
| @@ -81,7 +81,7 @@ class PepperDeviceEnumerationHostHelperTest : public testing::Test {
|
| PP_DEVICETYPE_DEV_AUDIOCAPTURE,
|
| GURL("http://example.com")) {}
|
|
|
| - virtual ~PepperDeviceEnumerationHostHelperTest() {}
|
| + ~PepperDeviceEnumerationHostHelperTest() override {}
|
|
|
| void SimulateMonitorDeviceChangeReceived(uint32_t callback_id) {
|
| PpapiHostMsg_DeviceEnumeration_MonitorDeviceChange msg(callback_id);
|
|
|