blob: f3679c0f24d90cb0cdef1885db35c7e9ecd52b1e [file] [log] [blame]
// Copyright (c) 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_