Home
last modified time | relevance | path

Searched defs:Identification (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
Dcryptohome_parameters.h26 struct CHROMEOS_EXPORT Identification { struct
27 explicit Identification(const std::string& user_id) : user_id(user_id) {} in Identification() argument
28 std::string user_id;