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

Unified Diff: rlz/chromeos/lib/machine_id_chromeos.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 | « no previous file | rlz/ios/lib/machine_id_ios.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/chromeos/lib/machine_id_chromeos.cc
diff --git a/rlz/chromeos/lib/machine_id_chromeos.cc b/rlz/chromeos/lib/machine_id_chromeos.cc
index 608fd03d3d2b35a765d66f3163390d88f4c7c204..e27de0994cb30605ed0a6580c8bd5ec6b6708a38 100644
--- a/rlz/chromeos/lib/machine_id_chromeos.cc
+++ b/rlz/chromeos/lib/machine_id_chromeos.cc
@@ -6,7 +6,7 @@
namespace rlz_lib {
-bool GetRawMachineId(string16* data, int* more_data) {
+bool GetRawMachineId(base::string16* data, int* more_data) {
// Machine IDs are not tracked for ChromeOS.
return false;
}
« no previous file with comments | « no previous file | rlz/ios/lib/machine_id_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698