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

Unified Diff: chrome/test/automation/automation_handle_tracker.cc

Issue 27060: Make basic bits of chrome/test/automation build on Linux. (Closed)
Patch Set: use base::kNoTimeout Created 11 years, 10 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/test/automation/automation.scons ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_handle_tracker.cc
diff --git a/chrome/test/automation/automation_handle_tracker.cc b/chrome/test/automation/automation_handle_tracker.cc
index e81d322edcec06b0599e65cd74c30d0efd2c38e6..a0f2a29351633b94f11cd54b4dcb4dbb679a917c 100644
--- a/chrome/test/automation/automation_handle_tracker.cc
+++ b/chrome/test/automation/automation_handle_tracker.cc
@@ -10,9 +10,9 @@
AutomationResourceProxy::AutomationResourceProxy(
AutomationHandleTracker* tracker, AutomationMessageSender* sender,
AutomationHandle handle)
- : tracker_(tracker),
+ : handle_(handle),
+ tracker_(tracker),
sender_(sender),
- handle_(handle),
is_valid_(true) {
tracker_->Add(this);
}
« no previous file with comments | « chrome/test/automation/automation.scons ('k') | chrome/test/automation/automation_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698