Index: extensions/common/manifest_handlers/csp_info.h |
diff --git a/extensions/common/manifest_handlers/csp_info.h b/extensions/common/manifest_handlers/csp_info.h |
index c0ac884520d30235066c11b9b09681ca214fd914..7b5b25d13ef4a5207f45d3f569ee23efc70d59ae 100644 |
--- a/extensions/common/manifest_handlers/csp_info.h |
+++ b/extensions/common/manifest_handlers/csp_info.h |
@@ -38,7 +38,7 @@ class CSPHandler : public ManifestHandler { |
explicit CSPHandler(bool is_platform_app); |
virtual ~CSPHandler(); |
- virtual bool Parse(Extension* extension, string16* error) OVERRIDE; |
+ virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE; |
virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE; |
private: |