1 // Copyright 2018 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 CHROME_CHROME_CLEANER_SETTINGS_DEFAULT_MATCHING_OPTIONS_H_
6 #define CHROME_CHROME_CLEANER_SETTINGS_DEFAULT_MATCHING_OPTIONS_H_
7 
8 #include "chrome/chrome_cleaner/settings/matching_options.h"
9 
10 namespace chrome_cleaner {
11 
12 // Return the default MatchingOptions for the cleaner and the reporter.
13 MatchingOptions DefaultCleanerMatchingOptions();
14 MatchingOptions DefaultReporterMatchingOptions();
15 
16 }  // namespace chrome_cleaner
17 
18 #endif  // CHROME_CHROME_CLEANER_SETTINGS_DEFAULT_MATCHING_OPTIONS_H_
19