| Index: content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| index 1b90f77f3a2e5736b1786af5d50634e9a481a482..972a42d49de84b1e2e4f7d4ba85ac6b2d119d87b 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_DISPATCHER_HOST_IMPL_H_
|
| #define CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_DISPATCHER_HOST_IMPL_H_
|
|
|
| +#include "base/macros.h"
|
| #include "content/public/browser/screen_orientation_dispatcher_host.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h"
|
|
|