Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index a54740be8d60be4fadef9ba8b1f9aee3dfef2b63..2b11d68daf52b96e80160a943ad2cbd44dc351b6 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -16,11 +16,11 @@ |
#include "base/logging.h" |
#include "base/synchronization/lock.h" |
#include "cc/base/thread_impl.h" |
-#include "cc/context_provider.h" |
#include "cc/input_handler.h" |
#include "cc/layer.h" |
#include "cc/layer_tree_host.h" |
-#include "cc/output_surface.h" |
+#include "cc/output/context_provider.h" |
+#include "cc/output/output_surface.h" |
#include "content/browser/gpu/browser_gpu_channel_host_factory.h" |
#include "content/browser/gpu/gpu_surface_tracker.h" |
#include "content/browser/renderer_host/image_transport_factory_android.h" |