| Index: chrome/browser/gpu_process_host_ui_shim.h
|
| ===================================================================
|
| --- chrome/browser/gpu_process_host_ui_shim.h (revision 44239)
|
| +++ chrome/browser/gpu_process_host_ui_shim.h (working copy)
|
| @@ -11,8 +11,8 @@
|
| // shuttling messages between the browser and GPU processes.
|
|
|
| #include "base/singleton.h"
|
| +#include "base/mp/message_router.h"
|
| #include "chrome/common/gpu_native_window_handle.h"
|
| -#include "chrome/common/message_router.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "gfx/native_widget_types.h"
|
|
|
| @@ -49,7 +49,7 @@
|
|
|
| int last_routing_id_;
|
|
|
| - MessageRouter router_;
|
| + base::MessageRouter router_;
|
| };
|
|
|
| #endif // CHROME_BROWSER_GPU_PROCESS_HOST_UI_SHIM_H_
|
|
|