| Index: extensions/renderer/user_script_injector.h
|
| diff --git a/extensions/renderer/user_script_injector.h b/extensions/renderer/user_script_injector.h
|
| index c214f60851e864b54f3959815cf910e9783133df..3314bb05a18f75bc7ab0a4b0b06f362112e14696 100644
|
| --- a/extensions/renderer/user_script_injector.h
|
| +++ b/extensions/renderer/user_script_injector.h
|
| @@ -66,7 +66,7 @@ class UserScriptInjector : public ScriptInjector,
|
| // The id of the associated user script. We cache this because when we update
|
| // the |script_| associated with this injection, the old referance may be
|
| // deleted.
|
| - int64 script_id_;
|
| + int script_id_;
|
|
|
| // The associated extension id, preserved for the same reason as |script_id|.
|
| std::string extension_id_;
|
|
|