Index: chrome/common/extensions/manifest_handlers/content_scripts_handler.h |
diff --git a/chrome/common/extensions/manifest_handlers/content_scripts_handler.h b/chrome/common/extensions/manifest_handlers/content_scripts_handler.h |
index 5b48c2718b75d84a0232f6945ef366680651786e..6b7e4466b25d422e23eeee11b918e50243895eb0 100644 |
--- a/chrome/common/extensions/manifest_handlers/content_scripts_handler.h |
+++ b/chrome/common/extensions/manifest_handlers/content_scripts_handler.h |
@@ -40,7 +40,7 @@ class ContentScriptsHandler : public ManifestHandler { |
ContentScriptsHandler(); |
virtual ~ContentScriptsHandler(); |
- virtual bool Parse(Extension* extension, string16* error) OVERRIDE; |
+ virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE; |
virtual bool Validate(const Extension* extension, |
std::string* error, |
std::vector<InstallWarning>* warnings) const OVERRIDE; |