| Index: chrome/browser/performance_monitor/performance_monitor.cc
|
| diff --git a/chrome/browser/performance_monitor/performance_monitor.cc b/chrome/browser/performance_monitor/performance_monitor.cc
|
| index b48bf8a011378be830e1ca156c80462cf21ee2a8..6f4476ea41bd4848bab3a6aa6c38b68bc31b39ff 100644
|
| --- a/chrome/browser/performance_monitor/performance_monitor.cc
|
| +++ b/chrome/browser/performance_monitor/performance_monitor.cc
|
| @@ -76,7 +76,7 @@ void PerformanceMonitor::FinishInit() {
|
| // Important! Make sure that methods in FinishInit() only rely on posting
|
| // to the background thread, and do not rely upon a reply from the background
|
| // thread; this is necessary for this notification to be valid.
|
| - util::PostTaskToDatabaseAndReply(
|
| + util::PostTaskToDatabaseThreadAndReply(
|
| base::Bind(&base::DoNothing),
|
| base::Bind(&PerformanceMonitor::NotifyInitialized,
|
| base::Unretained(this)));
|
|
|