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

Unified Diff: chrome/test/automation/automation_proxy.h

Issue 10553010: Rename IPC::Channel and IPC::Sender in src/chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « chrome/service/service_ipc_server.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.h
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index 80c34ef3b8ff2ac1154b27f25b41f734ca1d4ab0..b218cd92c70ed426a776aaa5bf180d795730cc07 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -23,7 +23,7 @@
#include "chrome/test/automation/browser_proxy.h"
#include "googleurl/src/gurl.h"
#include "ipc/ipc_channel_proxy.h"
-#include "ipc/ipc_message.h"
+#include "ipc/ipc_sender.h"
#include "ipc/ipc_sync_channel.h"
#include "ui/base/ui_base_types.h"
#include "ui/gfx/native_widget_types.h"
@@ -35,7 +35,7 @@ struct ExternalTabSettings;
// This is an interface that AutomationProxy-related objects can use to
// access the message-sending abilities of the Proxy.
-class AutomationMessageSender : public IPC::Message::Sender {
+class AutomationMessageSender : public IPC::Sender {
public:
// Sends a message synchronously; it doesn't return until a response has been
// received or a timeout has expired.
@@ -53,8 +53,7 @@ class AutomationMessageSender : public IPC::Message::Sender {
// This is the interface that external processes can use to interact with
// a running instance of the app.
-class AutomationProxy : public IPC::Channel::Listener,
- public AutomationMessageSender {
+class AutomationProxy : public IPC::Listener, public AutomationMessageSender {
public:
AutomationProxy(int action_timeout_ms, bool disconnect_on_failure);
virtual ~AutomationProxy();
« no previous file with comments | « chrome/service/service_ipc_server.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698