| Index: chrome/browser/extensions/api/identity/identity_apitest.cc
 | 
| diff --git a/chrome/browser/extensions/api/identity/identity_apitest.cc b/chrome/browser/extensions/api/identity/identity_apitest.cc
 | 
| index a626f9286c1d20df19499b052b4bb32ecff4680e..b964bc9524f2895b57e2140c8c8b6a8573f7c921 100644
 | 
| --- a/chrome/browser/extensions/api/identity/identity_apitest.cc
 | 
| +++ b/chrome/browser/extensions/api/identity/identity_apitest.cc
 | 
| @@ -105,7 +105,7 @@ class SendResponseDelegate
 | 
|      response_.reset(new bool);
 | 
|      *response_ = success;
 | 
|      if (should_post_quit_) {
 | 
| -      base::MessageLoopForUI::current()->Quit();
 | 
| +      base::MessageLoopForUI::current()->QuitWhenIdle();
 | 
|      }
 | 
|    }
 | 
|  
 | 
| 
 |