Index: content/common/gpu/client/gpu_channel_host.h |
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h |
index 174bb959d869413fe8cfeffa10852dac4c50033f..861422d0d518b3c1ec08c2bbef53ce1a949eb0ba 100644 |
--- a/content/common/gpu/client/gpu_channel_host.h |
+++ b/content/common/gpu/client/gpu_channel_host.h |
@@ -20,7 +20,6 @@ |
#include "content/common/gpu/gpu_result_codes.h" |
#include "content/common/message_router.h" |
#include "gpu/config/gpu_info.h" |
-#include "ipc/attachment_broker.h" |
#include "ipc/ipc_channel_handle.h" |
#include "ipc/ipc_sync_channel.h" |
#include "ipc/message_filter.h" |
@@ -58,8 +57,7 @@ namespace content { |
class CommandBufferProxyImpl; |
class GpuChannelHost; |
-class CONTENT_EXPORT GpuChannelHostFactory |
- : virtual public IPC::SupportsAttachmentBrokering { |
+class CONTENT_EXPORT GpuChannelHostFactory { |
public: |
virtual ~GpuChannelHostFactory() {} |