summaryrefslogtreecommitdiffstats
path: root/rlz/chromeos
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-19 18:47:48 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-19 18:47:48 +0000
commite7d6293bf36c2e3c23c5789530ccfb4b99332daa (patch)
tree52f2d8bb629faf44a14364d881800bb67d8409bc /rlz/chromeos
parent737087635548b4632b2959198ecabd8969a6d054 (diff)
downloadchromium_src-e7d6293bf36c2e3c23c5789530ccfb4b99332daa.zip
chromium_src-e7d6293bf36c2e3c23c5789530ccfb4b99332daa.tar.gz
chromium_src-e7d6293bf36c2e3c23c5789530ccfb4b99332daa.tar.bz2
Add base:: to string16 in rlz/.
R=rogerta@chromium.org BUG=329295 Review URL: https://codereview.chromium.org/102833007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'rlz/chromeos')
-rw-r--r--rlz/chromeos/lib/machine_id_chromeos.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlz/chromeos/lib/machine_id_chromeos.cc b/rlz/chromeos/lib/machine_id_chromeos.cc
index 608fd03..e27de09 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;
}