| Index: chrome/browser/extensions/extension_function_test_utils.cc
|
| diff --git a/chrome/browser/extensions/extension_function_test_utils.cc b/chrome/browser/extensions/extension_function_test_utils.cc
|
| index e7de2472a2db359b5e65c0c319ffeeef3dde64ed..94951caac12dcd283f461ce67201d777abf1f630 100644
|
| --- a/chrome/browser/extensions/extension_function_test_utils.cc
|
| +++ b/chrome/browser/extensions/extension_function_test_utils.cc
|
| @@ -257,9 +257,9 @@ bool RunFunction(UIThreadExtensionFunction* function,
|
|
|
| function->set_browser_context(browser->profile());
|
| function->set_include_incognito(flags & INCLUDE_INCOGNITO);
|
| - function->Run();
|
| + function->Run()->Execute();
|
|
|
| - // If the RunImpl of |function| didn't already call SendResponse, run the
|
| + // If the RunAsync of |function| didn't already call SendResponse, run the
|
| // message loop until they do.
|
| if (!response_delegate.HasResponse()) {
|
| response_delegate.set_should_post_quit(true);
|
|
|