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

Unified Diff: rlz/ios/lib/machine_id_ios.cc

Issue 121123002: Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox/, skia/, sql/, sync/,… (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
« no previous file with comments | « remoting/host/win/wts_terminal_monitor.cc ('k') | rlz/lib/machine_id_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/ios/lib/machine_id_ios.cc
diff --git a/rlz/ios/lib/machine_id_ios.cc b/rlz/ios/lib/machine_id_ios.cc
index b712dd940102d1177a3c2d9d6a3e414c5c37985d..f000ce56309fe72ec4f3e6a4c7eae10a14147745 100644
--- a/rlz/ios/lib/machine_id_ios.cc
+++ b/rlz/ios/lib/machine_id_ios.cc
@@ -9,7 +9,7 @@
namespace rlz_lib {
bool GetRawMachineId(base::string16* data, int* more_data) {
- *data = ASCIIToUTF16(ios::device_util::GetDeviceIdentifier(NULL));
+ *data = base::ASCIIToUTF16(ios::device_util::GetDeviceIdentifier(NULL));
*more_data = 1;
return true;
}
« no previous file with comments | « remoting/host/win/wts_terminal_monitor.cc ('k') | rlz/lib/machine_id_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698