Index: chrome/common/extensions/api/sockets/sockets_manifest_data.h |
diff --git a/chrome/common/extensions/api/sockets/sockets_manifest_data.h b/chrome/common/extensions/api/sockets/sockets_manifest_data.h |
index d2844976f570afa3418a122491af72fe755b690f..bdfdc5529bb2d6f6685ae0b7709947e9b9696153 100644 |
--- a/chrome/common/extensions/api/sockets/sockets_manifest_data.h |
+++ b/chrome/common/extensions/api/sockets/sockets_manifest_data.h |
@@ -39,7 +39,7 @@ class SocketsManifestData : public Extension::ManifestData { |
// the manifest. Sets |error| and returns an empty scoped_ptr on failure. |
static scoped_ptr<SocketsManifestData> FromValue( |
const base::Value& value, |
- string16* error); |
+ base::string16* error); |
const SocketsManifestPermission* permission() const { |
return permission_.get(); |