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

Unified Diff: chrome/browser/sync/glue/database_model_worker_unittest.cc

Issue 7812036: Update base/timer.h code to pass through Location from call sites. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/sync/glue/database_model_worker_unittest.cc
diff --git a/chrome/browser/sync/glue/database_model_worker_unittest.cc b/chrome/browser/sync/glue/database_model_worker_unittest.cc
index 40fc97817c46242a29fdc9613cb7fb6e162b5d58..174d432553f92fbea69fe5615dbd2382b30b72ab 100644
--- a/chrome/browser/sync/glue/database_model_worker_unittest.cc
+++ b/chrome/browser/sync/glue/database_model_worker_unittest.cc
@@ -39,7 +39,7 @@ class DatabaseModelWorkerTest : public testing::Test {
scoped_ptr<Callback0::Type> c(NewCallback(this,
&DatabaseModelWorkerTest::DoWork));
timer()->Start(TimeDelta::FromSeconds(10),
- this, &DatabaseModelWorkerTest::Timeout);
+ this, &DatabaseModelWorkerTest::Timeout, FROM_HERE);
worker()->DoWorkAndWaitUntilDone(c.get());
}

Powered by Google App Engine
This is Rietveld 408576698