| Index: chrome/browser/extensions/api/system_network/system_network_api.h
|
| diff --git a/chrome/browser/extensions/api/system_network/system_network_api.h b/chrome/browser/extensions/api/system_network/system_network_api.h
|
| index ed14631ba815ce3b609c31ad4b2002d242eb3559..edd5707306900018bb69f41dad2a0acdb7189be5 100644
|
| --- a/chrome/browser/extensions/api/system_network/system_network_api.h
|
| +++ b/chrome/browser/extensions/api/system_network/system_network_api.h
|
| @@ -24,7 +24,7 @@ class SystemNetworkGetNetworkInterfacesFunction
|
| virtual ~SystemNetworkGetNetworkInterfacesFunction();
|
|
|
| // AsyncApiFunction:
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
|
|
| private:
|
| void GetListOnFileThread();
|
|
|