// Copyright 2021 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef CHROME_BROWSER_ASH_ECHE_APP_APP_ID_H_ | |
#define CHROME_BROWSER_ASH_ECHE_APP_APP_ID_H_ | |
namespace ash { | |
namespace eche_app { | |
// The Eche's app ID. | |
inline constexpr char kEcheAppId[] = "pcmgemncoejjdplpoaekhfgkckffggcb"; | |
} // namespace eche_app | |
} // namespace ash | |
#endif // CHROME_BROWSER_ASH_ECHE_APP_APP_ID_H_ |