| // Copyright 2018 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef CHROME_CHROME_CLEANER_CONSTANTS_UWS_ID_H_ | |
| #define CHROME_CHROME_CLEANER_CONSTANTS_UWS_ID_H_ | |
| namespace chrome_cleaner { | |
| // Identifies a family of UwS. | |
| typedef unsigned int UwSId; | |
| } // namespace chrome_cleaner | |
| #endif // CHROME_CHROME_CLEANER_CONSTANTS_UWS_ID_H_ |