| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 02a6627cb64b382382cca61bbdb793cec28ec5c2..d4f655d7c0f324d474dd66d3e839644f759c570c 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -148,6 +148,7 @@
|
| #include "third_party/WebKit/public/platform/WebCache.h"
|
| #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/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebThread.h"
|
| #include "third_party/WebKit/public/platform/scheduler/child/compositor_worker_scheduler.h"
|
| @@ -157,7 +158,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/WebNetworkStateNotifier.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"
|
|
|