diff options
Diffstat (limited to 'rlz/lib/machine_id.h')
-rw-r--r-- | rlz/lib/machine_id.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rlz/lib/machine_id.h b/rlz/lib/machine_id.h index af58c8e..312f669 100644 --- a/rlz/lib/machine_id.h +++ b/rlz/lib/machine_id.h @@ -21,10 +21,10 @@ bool GetMachineId(std::string* machine_id); // Retrieves a raw machine identifier string and a machine-specific // 4 byte value. GetMachineId() will SHA1 |data|, append |more_data|, compute // the Crc8 of that, and return a hex-encoded string of that data. -bool GetRawMachineId(string16* data, int* more_data); +bool GetRawMachineId(base::string16* data, int* more_data); namespace testing { -bool GetMachineIdImpl(const string16& sid_string, +bool GetMachineIdImpl(const base::string16& sid_string, int volume_id, std::string* machine_id); } // namespace testing |