Index: chrome/common/extensions/extension.cc |
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc |
index 0aad3de3d8bfdb451ad3fc489ea9d7d90cc56c20..294787105065b5d3d3b157b7e2c1dbbb9451c22b 100644 |
--- a/chrome/common/extensions/extension.cc |
+++ b/chrome/common/extensions/extension.cc |
@@ -327,7 +327,7 @@ bool Extension::LoadGlobsHelper( |
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) { |
if (!content_script->HasKey(globs_property_name)) |
return true; // they are optional |