| Index: content/browser/screen_orientation/screen_orientation_provider.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_provider.h b/content/browser/screen_orientation/screen_orientation_provider.h
|
| index 0898070e3bb9471d3fee37c606deb4faf5e85720..f525e0eb9dff3ac0695e3ac88e3b5cef7e445fab 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_provider.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_provider.h
|
| @@ -33,7 +33,7 @@ class CONTENT_EXPORT ScreenOrientationProvider
|
|
|
| // device::mojom::ScreenOrientation:
|
| void LockOrientation(blink::WebScreenOrientationLockType orientation,
|
| - const LockOrientationCallback& callback) override;
|
| + LockOrientationCallback callback) override;
|
| void UnlockOrientation() override;
|
|
|
| // Inform about a screen orientation update. It is called to let the provider
|
|
|