Searched defs:Identification (Results 1 – 1 of 1) sorted by relevance
26 struct CHROMEOS_EXPORT Identification { struct27 explicit Identification(const std::string& user_id) : user_id(user_id) {} in Identification() argument28 std::string user_id;