#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[];
COMPONENT_EXPORT(CROSAPI) extern const char kChromeOSReleaseTrack[];
COMPONENT_EXPORT(CROSAPI) extern const char kReleaseChannelCanary[];
COMPONENT_EXPORT(CROSAPI) extern const char kReleaseChannelDev[];
COMPONENT_EXPORT(CROSAPI) extern const char kReleaseChannelBeta[];
COMPONENT_EXPORT(CROSAPI) extern const char kReleaseChannelStable[];
COMPONENT_EXPORT(CROSAPI) extern const char kReleaseChannelLtc[];
COMPONENT_EXPORT(CROSAPI) extern const char kReleaseChannelLts[];
}
#endif