| Index: chrome/renderer/gpu_channel_host.h
|
| ===================================================================
|
| --- chrome/renderer/gpu_channel_host.h (revision 44239)
|
| +++ chrome/renderer/gpu_channel_host.h (working copy)
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/hash_tables.h"
|
| -#include "chrome/common/message_router.h"
|
| +#include "base/mp/message_router.h"
|
| #include "gfx/native_widget_types.h"
|
| #include "gfx/size.h"
|
| #include "ipc/ipc_channel.h"
|
| @@ -72,7 +72,7 @@
|
|
|
| // Used to implement message routing functionality to CommandBufferProxy
|
| // objects
|
| - MessageRouter router_;
|
| + base::MessageRouter router_;
|
|
|
| // Keep track of all the registered CommandBufferProxies to
|
| // inform about OnChannelError
|
|
|