| 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 b18c138e9bed9d098d5365e1294e9c2fa6945971..6514e1e6e2208aa6bb6f1cc21ab9bbb207510067 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| @@ -72,7 +72,7 @@ class SendResponseDelegate
|
| response_.reset(new bool);
|
| *response_ = success;
|
| if (should_post_quit_) {
|
| - MessageLoopForUI::current()->Quit();
|
| + base::MessageLoopForUI::current()->Quit();
|
| }
|
| }
|
|
|
|
|