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

Unified Diff: chrome/browser/automation/automation_window_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_window_tracker.cc
diff --git a/chrome/browser/automation/automation_window_tracker.cc b/chrome/browser/automation/automation_window_tracker.cc
index d559d94abe5f00cc8896d4be8db8a99dbc920d3e..e7714a7020d583b3547e6e06a622ad6d960653fb 100644
--- a/chrome/browser/automation/automation_window_tracker.cc
+++ b/chrome/browser/automation/automation_window_tracker.cc
@@ -7,8 +7,7 @@
#include "chrome/browser/native_window_notification_source.h"
#include "chrome/common/chrome_notification_types.h"
-AutomationWindowTracker::AutomationWindowTracker(
- IPC::Message::Sender* automation)
+AutomationWindowTracker::AutomationWindowTracker(IPC::Sender* automation)
: AutomationResourceTracker<gfx::NativeWindow>(automation) {
}
« no previous file with comments | « chrome/browser/automation/automation_window_tracker.h ('k') | chrome/browser/automation/chrome_frame_automation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698