Index: chrome/common/extensions/api/sockets/sockets_manifest_permission.h |
diff --git a/chrome/common/extensions/api/sockets/sockets_manifest_permission.h b/chrome/common/extensions/api/sockets/sockets_manifest_permission.h |
index e9cf40503599fbfa0f761167cea81c2fef6326fb..92112c05d7c567feafd6fc98079a55a51376535d 100644 |
--- a/chrome/common/extensions/api/sockets/sockets_manifest_permission.h |
+++ b/chrome/common/extensions/api/sockets/sockets_manifest_permission.h |
@@ -32,7 +32,7 @@ class SocketsManifestPermission : public ManifestPermission { |
// the manifest. Sets |error| and returns an empty scoped_ptr on failure. |
static scoped_ptr<SocketsManifestPermission> FromValue( |
const base::Value& value, |
- string16* error); |
+ base::string16* error); |
bool CheckRequest(const Extension* extension, |
const content::SocketPermissionRequest& request) const; |