| // 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_LOGGING_API_KEYS_H_ | |
| #define CHROME_CHROME_CLEANER_LOGGING_API_KEYS_H_ | |
| namespace chrome_cleaner { | |
| extern const char* kSafeBrowsingCleanerUrl; | |
| extern const char* kSafeBrowsingReporterUrl; | |
| } // namespace chrome_cleaner | |
| #endif // CHROME_CHROME_CLEANER_LOGGING_API_KEYS_H_ |