| Index: third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp b/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
|
| index d1199f97e66a80dab70596475e2d8ff3da99ae7a..842b66247dc22b6c25db9e54e8a5e310561f49f5 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
|
| @@ -7,6 +7,7 @@
|
| #include "core/dom/DOMImplementation.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/DocumentInit.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "platform/testing/URLTestHelpers.h"
|
| @@ -16,7 +17,6 @@
|
| #include "public/platform/WebPageVisibilityState.h"
|
| #include "public/platform/WebURLLoaderMockFactory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
|
|
| #include <memory>
|
|
|