| 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 227e1cbe172d942536986fc331a09284d26fa95d..03275bb342a441c3bdb10b0c5decc5ffb40b5e69 100644
 | 
| --- a/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
 | 
| +++ b/third_party/WebKit/Source/modules/sensor/SensorProviderProxy.h
 | 
| @@ -39,7 +39,7 @@ class SensorProviderProxy final
 | 
|  
 | 
|    explicit SensorProviderProxy(LocalFrame&);
 | 
|    static const char* supplementName();
 | 
| -  void initializeIfNeeded(LocalFrame*);
 | 
| +  void initializeIfNeeded();
 | 
|    bool isInitialized() const { return m_sensorProvider; }
 | 
|  
 | 
|    device::mojom::blink::SensorProvider* getSensorProvider() const {
 | 
| 
 |