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