blob: 367f10f63037fc9d04ffc587edd5048400b15d42 [file] [log] [blame]
Joshua Pawlickiddf9723e2017-10-24 15:24:231// Copyright 2017 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.
4
5#ifndef COMPONENTS_COMPONENT_UPDATER_CRL_SET_REMOVER_H_
6#define COMPONENTS_COMPONENT_UPDATER_CRL_SET_REMOVER_H_
7
8namespace base {
9class FilePath;
10} // namespace base
11
12namespace component_updater {
13
14// TODO(waffles): Remove in M66 or later.
15void DeleteLegacyCRLSet(const base::FilePath& user_data_dir);
16
17} // namespace component_updater
18
19#endif // COMPONENTS_COMPONENT_UPDATER_CRL_SET_REMOVER_H_