Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5014)

Unified Diff: chrome/browser/gpu_process_host_ui_shim.h

Issue 1625015: Refactor ChildProcess and related classes to create a framework outside of br... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/child_process_launcher.cc ('k') | chrome/browser/renderer_host/browser_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698