Correct the name of enum UserType item

Test: Run statsd_testdrive
Bug: 153942334
Change-Id: Ibefb4a9c03ae0bf3ea9cd2ce186223860aa42e74
Merged-In: Ibefb4a9c03ae0bf3ea9cd2ce186223860aa42e74
(cherry picked from commit ad14a26c2c)
This commit is contained in:
lifr
2020-06-22 17:51:56 +08:00
parent 64ffa1762f
commit 5a2b5a7f14

View File

@@ -87,7 +87,7 @@ enum UpstreamType {
enum UserType {
// Unknown.
USER_UNKOWNN = 0;
USER_UNKNOWN = 0;
// Settings.
USER_SETTINGS = 1;
// System UI.