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

Unified Diff: chrome/browser/automation/automation_browser_tracker.cc

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
Index: chrome/browser/automation/automation_browser_tracker.cc
diff --git a/chrome/browser/automation/automation_browser_tracker.cc b/chrome/browser/automation/automation_browser_tracker.cc
index 8c4a6f431e032d787584693b83853ce662b17278..cb0afe866417ef802365461c2c1651eaf7c3b5c6 100644
--- a/chrome/browser/automation/automation_browser_tracker.cc
+++ b/chrome/browser/automation/automation_browser_tracker.cc
@@ -7,8 +7,7 @@
#include "chrome/common/chrome_notification_types.h"
#include "content/public/browser/notification_source.h"
-AutomationBrowserTracker::AutomationBrowserTracker(
- IPC::Message::Sender* automation)
+AutomationBrowserTracker::AutomationBrowserTracker(IPC::Sender* automation)
: AutomationResourceTracker<Browser*>(automation) {
}
« no previous file with comments | « chrome/browser/automation/automation_browser_tracker.h ('k') | chrome/browser/automation/automation_resource_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698