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

Unified Diff: chrome/common/extensions/api/storage/storage_schema_manifest_handler.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/storage/storage_schema_manifest_handler.cc
diff --git a/chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc b/chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc
index 87c5a812330e9a1f95443ea0f80b0e3cced5822d..027a283a6555e7a120ce9e515338ab54a1f37f59 100644
--- a/chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc
+++ b/chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc
@@ -65,7 +65,7 @@ policy::Schema StorageSchemaManifestHandler::GetSchema(
#endif
bool StorageSchemaManifestHandler::Parse(Extension* extension,
- string16* error) {
+ base::string16* error) {
std::string path;
if (!extension->manifest()->GetString(kStorageManagedSchema, &path)) {
*error = ASCIIToUTF16(

Powered by Google App Engine
This is Rietveld 408576698