| // Copyright 2020 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef CHROMEOS_CROSAPI_CPP_CROSAPI_CONSTANTS_H_ | |
| #define CHROMEOS_CROSAPI_CPP_CROSAPI_CONSTANTS_H_ | |
| #include "base/component_export.h" | |
| namespace crosapi { | |
| COMPONENT_EXPORT(CROSAPI) extern const char kLacrosUserDataPath[]; | |
| } // namespace crosapi | |
| #endif // CHROMEOS_CROSAPI_CPP_CROSAPI_CONSTANTS_H_ |