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

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

Issue 102833007: Add base:: to string16 in rlz/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed one 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 | « rlz/chromeos/lib/machine_id_chromeos.cc ('k') | rlz/lib/machine_id.h » ('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 344097871efaca0e391e0edb9865d73fa8544dda..b712dd940102d1177a3c2d9d6a3e414c5c37985d 100644
--- a/rlz/ios/lib/machine_id_ios.cc
+++ b/rlz/ios/lib/machine_id_ios.cc
@@ -8,7 +8,7 @@
namespace rlz_lib {
-bool GetRawMachineId(string16* data, int* more_data) {
+bool GetRawMachineId(base::string16* data, int* more_data) {
*data = ASCIIToUTF16(ios::device_util::GetDeviceIdentifier(NULL));
*more_data = 1;
return true;
« no previous file with comments | « rlz/chromeos/lib/machine_id_chromeos.cc ('k') | rlz/lib/machine_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698