| Index: content/renderer/screen_orientation/screen_orientation_observer.h
|
| diff --git a/content/renderer/screen_orientation/screen_orientation_observer.h b/content/renderer/screen_orientation/screen_orientation_observer.h
|
| index 3e396898a1557da7ec547a6e625539ccf6bdb0f3..be6a913200877ca727b42ddbe0795a9765ce138b 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_observer.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_observer.h
|
| @@ -32,7 +32,7 @@ class ScreenOrientationObserver
|
| private:
|
| device::mojom::ScreenOrientationListener* GetScreenOrientationListener();
|
|
|
| - device::mojom::ScreenOrientationListenerAssociatedPtr listener_;
|
| + device::mojom::ScreenOrientationListenerPtr listener_;
|
| };
|
|
|
| }; // namespace content
|
|
|