| Index: chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| index e35f7a758eecbb9c17cb6b679909ec20e510247e..fbe3d3da884040011c0950ef3eaabc6058f708c2 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| @@ -178,8 +178,8 @@ bool FFUnitTestDecryptorProxy::WaitForClientResponse() {
|
| // the future and cancel it if an RPC message comes back earlier.
|
| // This relies on the IPC listener class to quit the message loop itself when
|
| // a message comes in.
|
| - scoped_refptr<CancellableQuitMsgLoop> quit_task =
|
| - new CancellableQuitMsgLoop();
|
| + scoped_refptr<CancellableQuitMsgLoop> quit_task(
|
| + new CancellableQuitMsgLoop());
|
| MessageLoop::current()->PostDelayedTask(
|
| FROM_HERE,
|
| NewRunnableMethod(quit_task.get(), &CancellableQuitMsgLoop::QuitNow),
|
|
|