Searched refs:client_id_with_dashes (Results 1 – 1 of 1) sorted by relevance
244 std::string client_id_with_dashes; in LoadClientInfoAndMaybeMigrate() local245 client_id_with_dashes.reserve(kGUIDLengthWithoutDashes + 4U); in LoadClientInfoAndMaybeMigrate()249 client_id_with_dashes.push_back('-'); in LoadClientInfoAndMaybeMigrate()251 client_id_with_dashes.push_back(*client_id_it); in LoadClientInfoAndMaybeMigrate()256 client_info->client_id.assign(client_id_with_dashes); in LoadClientInfoAndMaybeMigrate()