| Index: Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h b/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| index a5911d64dbb2cb45e598d824e8a6b2ccad5b745f..c1c691973c45bf6261cbebfc78ed990458653b28 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| +++ b/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| @@ -22,11 +22,11 @@ class MODULES_EXPORT DeviceOrientationInspectorAgent final : public InspectorBas
|
| public:
|
| static PassOwnPtrWillBeRawPtr<DeviceOrientationInspectorAgent> create(Page*);
|
|
|
| - virtual ~DeviceOrientationInspectorAgent();
|
| + ~DeviceOrientationInspectorAgent() override;
|
|
|
| // Protocol methods.
|
| - virtual void setDeviceOrientationOverride(ErrorString*, double, double, double) override;
|
| - virtual void clearDeviceOrientationOverride(ErrorString*) override;
|
| + void setDeviceOrientationOverride(ErrorString*, double, double, double) override;
|
| + void clearDeviceOrientationOverride(ErrorString*) override;
|
|
|
| // Inspector Controller API.
|
| void disable(ErrorString*) override;
|
|
|