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

Unified Diff: chrome/common/extensions/api/sockets/sockets_manifest_data.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_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();
« no previous file with comments | « chrome/common/extensions/api/plugins/plugins_handler.cc ('k') | chrome/common/extensions/api/sockets/sockets_manifest_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698