Index: extensions/renderer/dispatcher.cc |
diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc |
index 429056c9a998cde4a8b943890f35ff2811ad782d..f96fd6ca9d7565ba0a07426fcf78a4e52a1dc326 100644 |
--- a/extensions/renderer/dispatcher.cc |
+++ b/extensions/renderer/dispatcher.cc |
@@ -101,6 +101,7 @@ |
#include "extensions/renderer/worker_thread_dispatcher.h" |
#include "gin/converter.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" |
@@ -108,7 +109,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/WebScriptController.h" |
#include "third_party/WebKit/public/web/WebSecurityPolicy.h" |