Index: content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc b/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
index 67174d028ea294f88a2579eb5779ec036bf51397..8d6c604c3fc83db7993e0ae93592916b0249ede0 100644 |
--- a/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
+++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
@@ -54,7 +54,7 @@ void ScreenOrientationDispatcherHost::OnLockRequest( |
render_frame_host->Send(new ScreenOrientationMsg_LockError( |
render_frame_host->GetRoutingID(), |
request_id, |
- blink::WebLockOrientationCallback::ErrorTypeNotAvailable)); |
+ blink::WebLockOrientationErrorNotAvailable)); |
return; |
} |