| 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 e9c770150757e30dc3a9077aaa27b01bb2b210d5..6cb2293ab3f05dde258899c9704a5b79a0c13bb7 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace blink {
|
|
|
| -class Page;
|
| +class Document;
|
| class SensorProxy;
|
| class SensorReadingFactory;
|
|
|
| @@ -31,7 +31,7 @@ class SensorProviderProxy final
|
| ~SensorProviderProxy();
|
|
|
| SensorProxy* createSensorProxy(device::mojom::blink::SensorType,
|
| - Page*,
|
| + Document*,
|
| std::unique_ptr<SensorReadingFactory>);
|
|
|
| SensorProxy* getSensorProxy(device::mojom::blink::SensorType);
|
|
|