| Index: content/public/browser/screen_orientation_provider.cc
|
| diff --git a/content/public/browser/screen_orientation_provider.cc b/content/public/browser/screen_orientation_provider.cc
|
| index 849b946570bc89d3ed07be17d7e3ec8a03769104..b575f0942f1b5f6e977d9f6f660fea4c20f126b8 100644
|
| --- a/content/public/browser/screen_orientation_provider.cc
|
| +++ b/content/public/browser/screen_orientation_provider.cc
|
| @@ -9,8 +9,8 @@
|
| #include "content/public/browser/screen_orientation_delegate.h"
|
| #include "content/public/browser/screen_orientation_dispatcher_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "third_party/WebKit/public/platform/WebLockOrientationError.h"
|
| #include "third_party/WebKit/public/platform/WebScreenInfo.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h"
|
|
|
| namespace content {
|
|
|
|
|