| // Copyright 2017 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "login_manager/container_manager_interface.h" | |
| namespace login_manager { | |
| constexpr const char ContainerManagerInterface::kContainerRunPath[]; | |
| } // namespace login_manager |