| Index: chrome/browser/extensions/api/execute_code_function.h
|
| diff --git a/chrome/browser/extensions/api/execute_code_function.h b/chrome/browser/extensions/api/execute_code_function.h
|
| index 5cd044572500a7aff1eae805f98215149744a675..f5227f52c4fa9ff58deb03fa055a44f65f41d8a7 100644
|
| --- a/chrome/browser/extensions/api/execute_code_function.h
|
| +++ b/chrome/browser/extensions/api/execute_code_function.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_API_EXECUTE_CODE_FUNCTION_H_
|
| #define CHROME_BROWSER_EXTENSIONS_API_EXECUTE_CODE_FUNCTION_H_
|
|
|
| -#include "chrome/browser/extensions/chrome_extension_function.h"
|
| #include "chrome/common/extensions/api/tabs.h"
|
| +#include "extensions/browser/extension_function.h"
|
| #include "extensions/browser/script_executor.h"
|
|
|
| namespace extensions {
|
| @@ -14,7 +14,7 @@ namespace extensions {
|
| // Base class for javascript code injection.
|
| // This is used by both chrome.webview.executeScript and
|
| // chrome.tabs.executeScript.
|
| -class ExecuteCodeFunction : public ChromeAsyncExtensionFunction {
|
| +class ExecuteCodeFunction : public AsyncExtensionFunction {
|
| public:
|
| ExecuteCodeFunction();
|
|
|
|
|