Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8225)

Unified Diff: chrome/common/extensions/api/sockets/sockets_manifest_permission.h

Issue 105473003: Add explicit base namespace to string16 users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698