| Index: third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h b/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h
|
| index ff41840c9434f1a3dfc0a34667f40f8513318734..34afebd1c81667130c4cf140a143ba3a46d9d38e 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h
|
| @@ -6,11 +6,11 @@
|
| #define LockOrientationCallback_h
|
|
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "public/platform/modules/screen_orientation/WebLockOrientationCallback.h"
|
| #include "public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|