| // 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_ | |
| namespace chromeos { | |
| namespace assistant { | |
| extern const char kUserID[]; | |
| } // namespace assistant | |
| } // namespace chromeos | |
| #endif // CHROMEOS_SERVICES_ASSISTANT_CONSTANTS_H_ |