| Index: third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| index 91c324e1548a1a687f4ad78515816ccdf636c42f..227e1cbe172d942536986fc331a09284d26fa95d 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| @@ -14,7 +14,6 @@
|
| namespace blink {
|
|
|
| class SensorProxy;
|
| -class SensorReadingFactory;
|
|
|
| // This class wraps 'SensorProvider' mojo interface and it manages
|
| // 'SensorProxy' instances.
|
| @@ -29,9 +28,7 @@ class SensorProviderProxy final
|
|
|
| ~SensorProviderProxy();
|
|
|
| - SensorProxy* createSensorProxy(device::mojom::blink::SensorType,
|
| - Page*,
|
| - std::unique_ptr<SensorReadingFactory>);
|
| + SensorProxy* createSensorProxy(device::mojom::blink::SensorType, Page*);
|
|
|
| SensorProxy* getSensorProxy(device::mojom::blink::SensorType);
|
|
|
|
|