| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index d240388cbb23506ae20a234975bd7f94ecabd86b..d86a31b331f250820ab766611820543c3c98fa4a 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -299,7 +299,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
|
|
|