Renamed NQP to EEPAndroid
[chromium-blink-merge.git] / components / user_manager / user_id.h
blobbf8730a6cd5feeb59457cedb254d577ed30c4420
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_USER_MANAGER_USER_ID_H_
6 #define COMPONENTS_USER_MANAGER_USER_ID_H_
8 #include <string>
10 namespace user_manager {
12 // Type that contains enough information to identify user on ChromeOS.
13 typedef std::string UserID;
15 } // namespace user_manager
17 #endif // COMPONENTS_USER_MANAGER_USER_ID_H_