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