| Index: chrome/gpu/gpu_channel.h
|
| ===================================================================
|
| --- chrome/gpu/gpu_channel.h (revision 44239)
|
| +++ chrome/gpu/gpu_channel.h (working copy)
|
| @@ -8,10 +8,10 @@
|
| #include <string>
|
|
|
| #include "base/hash_tables.h"
|
| +#include "base/mp/message_router.h"
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_open_process.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/common/message_router.h"
|
| #include "chrome/gpu/gpu_command_buffer_stub.h"
|
| #include "gfx/native_widget_types.h"
|
| #include "gfx/size.h"
|
| @@ -85,7 +85,7 @@
|
| #endif
|
|
|
| // Used to implement message routing functionality to CommandBuffer objects
|
| - MessageRouter router_;
|
| + base::MessageRouter router_;
|
|
|
| #if defined(ENABLE_GPU)
|
| typedef base::hash_map<int32, scoped_refptr<GpuCommandBufferStub> > StubMap;
|
|
|