| Index: chrome/browser/extensions/extension_apitest.h
|
| diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h
|
| index 9d6cf0c8a2b7663922b4a24246ebb06fcfc16c16..12827ade2a49a2788d43b7ee4a40f37ee4508868 100644
|
| --- a/chrome/browser/extensions/extension_apitest.h
|
| +++ b/chrome/browser/extensions/extension_apitest.h
|
| @@ -158,7 +158,7 @@ class ExtensionApiTest : public ExtensionBrowserTest {
|
|
|
| // Start the test server, and store details of its state. Those details
|
| // will be available to javascript tests using chrome.test.getConfig().
|
| - bool StartTestServer();
|
| + bool StartEmbeddedTestServer();
|
|
|
| // Start the test WebSocket server, and store details of its state. Those
|
| // details will be available to javascript tests using
|
|
|