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

Unified Diff: content/renderer/dom_automation_controller.h

Issue 10532162: Rename IPC Sender and Listener in ppapi, content/public, and content/renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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
« no previous file with comments | « content/public/utility/utility_thread.h ('k') | content/renderer/gpu/compositor_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/dom_automation_controller.h
diff --git a/content/renderer/dom_automation_controller.h b/content/renderer/dom_automation_controller.h
index 2049408ebe3999b4750e02d969ed4002a3b2cdfb..bccd18b028bc904091d45c8cb32602ee4a080a5b 100644
--- a/content/renderer/dom_automation_controller.h
+++ b/content/renderer/dom_automation_controller.h
@@ -6,7 +6,7 @@
#define CONTENT_RENDERER_DOM_AUTOMATION_CONTROLLER_H_
#pragma once
-#include "ipc/ipc_message.h"
+#include "ipc/ipc_sender.h"
#include "webkit/glue/cpp_bound_class.h"
/* DomAutomationController class:
@@ -110,12 +110,12 @@ class DomAutomationController : public webkit_glue::CppBoundClass {
void set_routing_id(int routing_id) { routing_id_ = routing_id; }
- void set_message_sender(IPC::Message::Sender* sender) {
+ void set_message_sender(IPC::Sender* sender) {
sender_ = sender;
}
private:
- IPC::Message::Sender* sender_;
+ IPC::Sender* sender_;
// Refer to the comments at the top of the file for more details.
int routing_id_; // routing id to be used by first channel.
« no previous file with comments | « content/public/utility/utility_thread.h ('k') | content/renderer/gpu/compositor_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698