| Index: chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| index 59beabd42d84667553455f46059d1f28aa5b492b..e6275d2a53a7ddf6a182f7c95d8ba65aa61d49c5 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| @@ -141,7 +141,7 @@ void QuitUIMessageLoopFromIO() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| BrowserThread::PostTask(BrowserThread::UI,
|
| FROM_HERE,
|
| - new MessageLoop::QuitTask());
|
| + MessageLoop::QuitClosure());
|
| }
|
| } // namespace
|
|
|
|
|