| 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 617db1caafca31028126084cf600d729dba680b0..2d7a39baf2316ba103e791e5f423ffe6adb2ddda 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| @@ -107,7 +107,7 @@ class AsyncExtensionBrowserTest : public ExtensionBrowserTest {
|
| function->set_extension(empty_extension.get());
|
| }
|
|
|
| - function->set_context(browser()->profile());
|
| + function->set_browser_context(browser()->profile());
|
| function->set_has_callback(true);
|
| function->Run();
|
| }
|
|
|