| Index: extensions/renderer/dispatcher.cc
|
| diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
|
| index c3718d978b8fade24e5c1b55bfff4a38bc05dc1b..f3912958a8a49951ff289d6ea8e1eccb5a8fe3ed 100644
|
| --- a/extensions/renderer/dispatcher.cc
|
| +++ b/extensions/renderer/dispatcher.cc
|
| @@ -100,6 +100,7 @@
|
| #include "extensions/renderer/worker_script_context_set.h"
|
| #include "grit/extensions_renderer_resources.h"
|
| #include "mojo/public/js/constants.h"
|
| +#include "third_party/WebKit/public/platform/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| #include "third_party/WebKit/public/web/WebCustomElement.h"
|
| @@ -107,7 +108,6 @@
|
| #include "third_party/WebKit/public/web/WebDocument.h"
|
| #include "third_party/WebKit/public/web/WebFrame.h"
|
| #include "third_party/WebKit/public/web/WebLocalFrame.h"
|
| -#include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/public/web/WebScopedUserGesture.h"
|
| #include "third_party/WebKit/public/web/WebSecurityPolicy.h"
|
| #include "third_party/WebKit/public/web/WebView.h"
|
|
|