diff options
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 24afa3a..8cd5da3 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -302,7 +302,7 @@ class Extension { int content_script_index, const wchar_t* globs_property_name, std::string* error, - void (UserScript::*add_method) (const std::string& glob), + void(UserScript::*add_method)(const std::string& glob), UserScript *instance); // Helper method to load an ExtensionAction from the page_action or |