Index: chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc b/chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc |
index 32a8fc2e15ec37897f61a58de7e5598e8bd11050..7b572617f7008aeceb054f2fbe19ecfc621f7def 100644 |
--- a/chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc |
+++ b/chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc |
@@ -87,9 +87,7 @@ class BrowsingDataFileSystemHelperTest : public testing::Test { |
// Unblocks the current MessageLoop. Should be called in response to some sort |
// of async activity in a callback method. |
- void Notify() { |
- base::MessageLoop::current()->Quit(); |
- } |
+ void Notify() { base::MessageLoop::current()->QuitWhenIdle(); } |
// Callback that should be executed in response to |
// storage::FileSystemContext::OpenFileSystem. |