| Index: extensions/browser/api/execute_code_function.h
|
| diff --git a/extensions/browser/api/execute_code_function.h b/extensions/browser/api/execute_code_function.h
|
| index 3dd862b129db4d4bfac9051e2e8ee05273542c8f..bf984f48dd85557c5972ec817863cdb9440a77c9 100644
|
| --- a/extensions/browser/api/execute_code_function.h
|
| +++ b/extensions/browser/api/execute_code_function.h
|
| @@ -50,7 +50,7 @@ class ExecuteCodeFunction : public AsyncExtensionFunction {
|
| }
|
|
|
| // The injection details.
|
| - scoped_ptr<core_api::extension_types::InjectDetails> details_;
|
| + scoped_ptr<api::extension_types::InjectDetails> details_;
|
|
|
| private:
|
| // Called when contents from the file whose path is specified in JSON
|
|
|