Convert base::UInt64ToString to base::NumberToString
https://chromium-review.googlesource.com/813101
This commit is contained in:
parent
39b30b76ea
commit
3f7bb61b7f
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class ScopedSocket {
|
||||||
|
|
||||||
// Returns a random string for uniquifying profile connections.
|
// Returns a random string for uniquifying profile connections.
|
||||||
std::string GenerateCookie() {
|
std::string GenerateCookie() {
|
||||||
return base::Uint64ToString(base::RandUint64());
|
return base::NumberToString(base::RandUint64());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CheckCookie(const base::FilePath& path, const base::FilePath& cookie) {
|
bool CheckCookie(const base::FilePath& path, const base::FilePath& cookie) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue