| Index: extensions/renderer/messaging_bindings.cc
|
| diff --git a/extensions/renderer/messaging_bindings.cc b/extensions/renderer/messaging_bindings.cc
|
| index 0d87c4cd35f37f7571c5f030952b391eb505370d..722bc722a25518c7007b24d0be6356b121810c95 100644
|
| --- a/extensions/renderer/messaging_bindings.cc
|
| +++ b/extensions/renderer/messaging_bindings.cc
|
| @@ -35,6 +35,7 @@
|
| #include "extensions/renderer/v8_helpers.h"
|
| #include "third_party/WebKit/public/web/WebDocument.h"
|
| #include "third_party/WebKit/public/web/WebLocalFrame.h"
|
| +#include "third_party/WebKit/public/web/WebScopedMicrotaskSuppression.h"
|
| #include "third_party/WebKit/public/web/WebScopedUserGesture.h"
|
| #include "third_party/WebKit/public/web/WebScopedWindowFocusAllowedIndicator.h"
|
| #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
|
|
|