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

Unified Diff: chrome/browser/automation/automation_tab_tracker.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
Index: chrome/browser/automation/automation_tab_tracker.h
diff --git a/chrome/browser/automation/automation_tab_tracker.h b/chrome/browser/automation/automation_tab_tracker.h
index c195771edf987c8d782f05395623dbf407efe321..e1bddb71c16f4914123433e6a65885a0890f9cde 100644
--- a/chrome/browser/automation/automation_tab_tracker.h
+++ b/chrome/browser/automation/automation_tab_tracker.h
@@ -18,7 +18,7 @@ class NavigationController;
class AutomationTabTracker
: public AutomationResourceTracker<content::NavigationController*> {
public:
- explicit AutomationTabTracker(IPC::Message::Sender* automation);
+ explicit AutomationTabTracker(IPC::Sender* automation);
virtual ~AutomationTabTracker();
virtual void AddObserver(content::NavigationController* resource);
« no previous file with comments | « chrome/browser/automation/automation_resource_tracker.cc ('k') | chrome/browser/automation/automation_tab_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698