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

Unified Diff: chrome/common/extensions/api/sockets/sockets_manifest_data.cc

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.cc
diff --git a/chrome/common/extensions/api/sockets/sockets_manifest_data.cc b/chrome/common/extensions/api/sockets/sockets_manifest_data.cc
index b00c8e0f312a23f1da21046736b8630f92731d17..794ea0505dc5d2d05e139332bccb0ff69b24be27 100644
--- a/chrome/common/extensions/api/sockets/sockets_manifest_data.cc
+++ b/chrome/common/extensions/api/sockets/sockets_manifest_data.cc
@@ -38,7 +38,7 @@ bool SocketsManifestData::CheckRequest(
// static
scoped_ptr<SocketsManifestData> SocketsManifestData::FromValue(
const base::Value& value,
- string16* error) {
+ base::string16* error) {
scoped_ptr<SocketsManifestPermission> permission =
SocketsManifestPermission::FromValue(value, error);
if (!permission)

Powered by Google App Engine
This is Rietveld 408576698