Index: content/renderer/render_thread_impl.cc |
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
index da073cb259b6df21e665df76ab06b0951da9b183..061d77529283a2303516c581cbe42478dbbf878e 100644 |
--- a/content/renderer/render_thread_impl.cc |
+++ b/content/renderer/render_thread_impl.cc |
@@ -159,6 +159,7 @@ |
#include "third_party/WebKit/public/platform/WebImageGenerator.h" |
#include "third_party/WebKit/public/platform/WebMemoryCoordinator.h" |
#include "third_party/WebKit/public/platform/WebNetworkStateNotifier.h" |
+#include "third_party/WebKit/public/platform/WebRuntimeFeatures.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/platform/WebThread.h" |
#include "third_party/WebKit/public/platform/scheduler/child/webthread_base.h" |
@@ -167,7 +168,6 @@ |
#include "third_party/WebKit/public/web/WebDocument.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |
#include "third_party/WebKit/public/web/WebKit.h" |
-#include "third_party/WebKit/public/web/WebRuntimeFeatures.h" |
#include "third_party/WebKit/public/web/WebScriptController.h" |
#include "third_party/WebKit/public/web/WebSecurityPolicy.h" |
#include "third_party/WebKit/public/web/WebView.h" |