| Index: content/browser/renderer_host/render_message_filter.cc
|
| diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc
|
| index e6abdca22504bfdf9efcee9a9b859d85099b4a12..8d5ae8e9d478c9bba4a0c1b4dee793ff6beb9924 100644
|
| --- a/content/browser/renderer_host/render_message_filter.cc
|
| +++ b/content/browser/renderer_host/render_message_filter.cc
|
| @@ -38,7 +38,6 @@
|
| #include "content/common/child_process_host_impl.h"
|
| #include "content/common/child_process_messages.h"
|
| #include "content/common/content_constants_internal.h"
|
| -#include "content/common/gpu/client/gpu_memory_buffer_impl.h"
|
| #include "content/common/host_shared_bitmap_manager.h"
|
| #include "content/common/render_process_messages.h"
|
| #include "content/common/view_messages.h"
|
| @@ -53,6 +52,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/context_menu_params.h"
|
| #include "content/public/common/url_constants.h"
|
| +#include "gpu/ipc/client/gpu_memory_buffer_impl.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "media/audio/audio_manager.h"
|
|
|