// 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 ASH_WEBUI_ECHE_APP_UI_PREF_NAMES_H_
#define ASH_WEBUI_ECHE_APP_UI_PREF_NAMES_H_
namespace ash {
namespace eche_app {
namespace prefs {
extern const char kAppsAccessStatus[];
} // namespace prefs
} // namespace eche_app
} // namespace ash
#endif // ASH_WEBUI_ECHE_APP_UI_PREF_NAMES_H_