blob: 819fb4d6901ac91416ea89e1de3cd95060a078b4 [file] [log] [blame]
// 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 CHROMEOS_SERVICES_ASSISTANT_CONSTANTS_H_
#define CHROMEOS_SERVICES_ASSISTANT_CONSTANTS_H_
#include "base/component_export.h"
namespace chromeos {
namespace assistant {
COMPONENT_EXPORT(ASSISTANT_SERVICE)
extern const char kUserID[];
} // namespace assistant
} // namespace chromeos
#endif // CHROMEOS_SERVICES_ASSISTANT_CONSTANTS_H_