Index: content/renderer/render_thread_impl.cc |
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
index fcd2444be29c2ade42b7a40228bc2712d0d65e86..f161f9a13a9508609fb13600839317f9f4e2d519 100644 |
--- a/content/renderer/render_thread_impl.cc |
+++ b/content/renderer/render_thread_impl.cc |
@@ -146,6 +146,7 @@ |
#include "services/ui/public/interfaces/constants.mojom.h" |
#include "skia/ext/event_tracer_impl.h" |
#include "skia/ext/skia_memory_dump_provider.h" |
+#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/WebString.h" |
@@ -153,7 +154,6 @@ |
#include "third_party/WebKit/public/platform/scheduler/child/compositor_worker_scheduler.h" |
#include "third_party/WebKit/public/platform/scheduler/child/webthread_impl_for_worker_scheduler.h" |
#include "third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h" |
-#include "third_party/WebKit/public/web/WebCache.h" |
#include "third_party/WebKit/public/web/WebDatabase.h" |
#include "third_party/WebKit/public/web/WebDocument.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |