| Index: content/browser/renderer_host/image_transport_factory.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
|
| index 83fde5ae93b3db0d68e581b2aaa41dbec0bcb116..8068df8e7390cf4f339e881a996df80a8034bbb0 100644
|
| --- a/content/browser/renderer_host/image_transport_factory.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory.cc
|
| @@ -14,8 +14,8 @@
|
| #include "base/observer_list.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "cc/output_surface.h"
|
| -#include "cc/output_surface_client.h"
|
| +#include "cc/output/output_surface.h"
|
| +#include "cc/output/output_surface_client.h"
|
| #include "content/browser/gpu/browser_gpu_channel_host_factory.h"
|
| #include "content/browser/gpu/gpu_data_manager_impl.h"
|
| #include "content/browser/gpu/gpu_process_host.h"
|
|
|