| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 83ff9601d55217ac39302aa08b8d45bac04bb34f..f04eae5ef4bd372e7665a377337afb6586e1a038 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -87,7 +87,7 @@ class QuittingHistoryDBTask : public HistoryDBTask {
|
| }
|
|
|
| virtual void DoneRunOnMainThread() {
|
| - MessageLoop::current()->Quit();
|
| + MessageLoop::current()->QuitNow();
|
| }
|
|
|
| private:
|
|
|