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

Unified Diff: chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc

Issue 9572039: Convert uses of int ms to TimeDelta in chrome/browser/sync. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « no previous file | chrome/browser/sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
diff --git a/chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc b/chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
index 351316f6f6b4e4465dc7c10b41a9005e5c060514..6ae2498ba483c563384170b28f64e0e67ed66c50 100644
--- a/chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
+++ b/chrome/browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc
@@ -110,7 +110,7 @@ TEST(SyncAPIServerConnectionManagerTest, AbortPost) {
FROM_HERE,
base::Bind(&ServerConnectionManager::TerminateAllIO,
base::Unretained(&server)),
- TestTimeouts::tiny_timeout_ms());
+ TestTimeouts::tiny_timeout());
bool result = server.PostBufferToPath(
&params, "/testpath", "testauth", &watcher);
@@ -131,7 +131,7 @@ TEST(SyncAPIServerConnectionManagerTest, AbortCheckTime) {
FROM_HERE,
base::Bind(&ServerConnectionManager::TerminateAllIO,
base::Unretained(&server)),
- TestTimeouts::tiny_timeout_ms());
+ TestTimeouts::tiny_timeout());
int32 time = 0;
bool result = server.CheckTime(&time);
« no previous file with comments | « no previous file | chrome/browser/sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698