blob: bf1a5b391582a78d1c1dbad512bce77045e3671c [file] [log] [blame]
// 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_QUARANTINE_CONSTANTS_H_
#define CHROME_CHROME_CLEANER_CONSTANTS_QUARANTINE_CONSTANTS_H_
#include <stdint.h>
namespace chrome_cleaner {
extern const wchar_t kQuarantineFolder[];
extern const char kQuarantinePassword[];
extern const int64_t kQuarantineSourceSizeLimit;
} // namespace chrome_cleaner
#endif // CHROME_CHROME_CLEANER_CONSTANTS_QUARANTINE_CONSTANTS_H_