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

Unified Diff: chrome/browser/automation/automation_browser_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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_browser_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_browser_tracker.h
diff --git a/chrome/browser/automation/automation_browser_tracker.h b/chrome/browser/automation/automation_browser_tracker.h
index f3c8d3bea2f6e1b291ecaa3900418ecb75e84311..6d5374b74cba061bb008be91089fbc97540bb65f 100644
--- a/chrome/browser/automation/automation_browser_tracker.h
+++ b/chrome/browser/automation/automation_browser_tracker.h
@@ -13,7 +13,7 @@ class Browser;
// Tracks Browser objects.
class AutomationBrowserTracker : public AutomationResourceTracker<Browser*> {
public:
- explicit AutomationBrowserTracker(IPC::Message::Sender* automation);
+ explicit AutomationBrowserTracker(IPC::Sender* automation);
virtual ~AutomationBrowserTracker();
virtual void AddObserver(Browser* resource);
virtual void RemoveObserver(Browser* resource);
« no previous file with comments | « no previous file | chrome/browser/automation/automation_browser_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698