| Index: content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| index d64fda1514f3bb208c8004767e8c0470fb01e857..bc178549dd75f8c2aac06bda9d217ce8659f3ead 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| @@ -45,7 +45,7 @@ class CONTENT_EXPORT ScreenOrientationDispatcher :
|
| unsigned angle,
|
| blink::WebScreenOrientationType orientation);
|
| void OnLockError(int request_id,
|
| - blink::WebLockOrientationCallback::ErrorType error);
|
| + blink::WebLockOrientationError error);
|
|
|
| void CancelPendingLocks();
|
|
|
|
|