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

Unified Diff: chrome_frame/test/test_server_test.cc

Issue 10019015: Update uses of TimeDelta in chrome_frame/*. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Another rebase onto master. Created 8 years, 8 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_frame/test/test_server.cc ('k') | chrome_frame/test/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/test_server_test.cc
diff --git a/chrome_frame/test/test_server_test.cc b/chrome_frame/test/test_server_test.cc
index 3efe04cd44cb03bd50ef2ef3d6c26f218341d2e7..d085b8d801e14b1f35592bd93380218b3b6ecf4e 100644
--- a/chrome_frame/test/test_server_test.cc
+++ b/chrome_frame/test/test_server_test.cc
@@ -147,7 +147,7 @@ TEST_F(TestServerTest, TestServer) {
// things start hanging.
QuitMessageHit quit_msg(&loop);
loop.PostDelayedTask(FROM_HERE, base::Bind(QuitMessageLoop, &quit_msg),
- 10 * 1000);
+ base::TimeDelta::FromSeconds(10));
UrlTaskChain quit_task("http://localhost:1337/quit", NULL);
UrlTaskChain fnf_task("http://localhost:1337/404", &quit_task);
« no previous file with comments | « chrome_frame/test/test_server.cc ('k') | chrome_frame/test/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698