blob: a310880545a226784c46b12ee0f99a5c8c0835af [file] [log] [blame]
// Copyright 2019 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 CHROMEOS_LOGIN_AUTH_CRYPTOHOME_KEY_CONSTANTS_H_
#define CHROMEOS_LOGIN_AUTH_CRYPTOHOME_KEY_CONSTANTS_H_
#include "base/component_export.h"
namespace chromeos {
COMPONENT_EXPORT(CHROMEOS_LOGIN_AUTH)
extern const char kCryptohomeGaiaKeyLabel[];
} // namespace chromeos
#endif // CHROMEOS_LOGIN_AUTH_CRYPTOHOME_KEY_CONSTANTS_H_