| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 49e2ccf0b373657efd5b2d6e10cf4ef71be76742..fecc962a4097ce95c0e0b8cba14999138c933fd9 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -143,7 +143,6 @@
|
| #include "skia/ext/event_tracer_impl.h"
|
| #include "skia/ext/skia_memory_dump_provider.h"
|
| #include "third_party/WebKit/public/platform/WebImageGenerator.h"
|
| -#include "third_party/WebKit/public/platform/WebMemoryCoordinator.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"
|
| @@ -154,6 +153,7 @@
|
| #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/WebMemoryCoordinator.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"
|
|
|