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

Unified Diff: extensions/common/manifest_handlers/offline_enabled_info.cc

Issue 112963005: Update uses of UTF conversions in courgette/, device/, extensions/, google_apis/, gpu/, ipc/, media… (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: extensions/common/manifest_handlers/offline_enabled_info.cc
diff --git a/extensions/common/manifest_handlers/offline_enabled_info.cc b/extensions/common/manifest_handlers/offline_enabled_info.cc
index 7d6bdc938763790901d6367726c3004d2905bc70..1d1f8b15402c56ddc9b065b714bd75998624edce 100644
--- a/extensions/common/manifest_handlers/offline_enabled_info.cc
+++ b/extensions/common/manifest_handlers/offline_enabled_info.cc
@@ -49,7 +49,7 @@ bool OfflineEnabledHandler::Parse(Extension* extension, base::string16* error) {
if (!extension->manifest()->GetBoolean(keys::kOfflineEnabled,
&offline_enabled)) {
- *error = ASCIIToUTF16(manifest_errors::kInvalidOfflineEnabled);
+ *error = base::ASCIIToUTF16(manifest_errors::kInvalidOfflineEnabled);
return false;
}
« no previous file with comments | « extensions/common/manifest_handlers/kiosk_mode_info.cc ('k') | extensions/common/manifest_handlers/requirements_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698