diff options
author | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-19 18:47:48 +0000 |
---|---|---|
committer | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-19 18:47:48 +0000 |
commit | e7d6293bf36c2e3c23c5789530ccfb4b99332daa (patch) | |
tree | 52f2d8bb629faf44a14364d881800bb67d8409bc /rlz/chromeos | |
parent | 737087635548b4632b2959198ecabd8969a6d054 (diff) | |
download | chromium_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.cc | 2 |
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; } |