| Index: third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.h b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.h
|
| index 77c6f171705d28f864f5e5729ea711ebcc3a1f2c..186c3f3ff50efb29b1c29935a04e303bffdf17d1 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.h
|
| +++ b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef BeforeInstallPromptEvent_h
|
| #define BeforeInstallPromptEvent_h
|
|
|
| +#include <utility>
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseProperty.h"
|
| #include "core/frame/LocalFrame.h"
|
| @@ -12,7 +13,6 @@
|
| #include "modules/app_banner/AppBannerPromptResult.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "public/platform/modules/app_banner/app_banner.mojom-blink.h"
|
| -#include <utility>
|
|
|
| namespace blink {
|
|
|
|
|