Index: chrome/browser/sync/test/integration/sync_test.h |
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h |
index af3c4071dcb75b3993978c08f7b957b0a258b3eb..79aebff17cb0dea69643ffb19aa7f39acb5cf828 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.h |
+++ b/chrome/browser/sync/test/integration/sync_test.h |
@@ -275,11 +275,11 @@ class SyncTest : public InProcessBrowserTest { |
// created. Returns true if successful. |
bool TearDownLocalTestServer(); |
- // Helper method that waits for up to |time_ms| milliseconds for the test |
- // server to start. Splits the time into |intervals| intervals, and polls the |
+ // Helper method that waits for up to |time| seconds for the test server |
akalin
2012/07/11 20:35:15
remove 'seconds '?
perhaps rename 'time' to 'wait
|
+ // to start. Splits the time into |intervals| intervals, and polls the |
// server after each interval to see if it has started. Returns true if |
// successful. |
- bool WaitForTestServerToStart(int time_ms, int intervals); |
+ bool WaitForTestServerToStart(base::TimeDelta time, int intervals); |
// Helper method used to check if the test server is up and running. |
bool IsTestServerRunning(); |