| OLD | NEW |
| (Empty) |
| 1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 #ifndef LOGIN_MANAGER_CONSTANTS_H_ | |
| 5 #define LOGIN_MANAGER_CONSTANTS_H_ | |
| 6 | |
| 7 namespace login_manager { | |
| 8 extern const char *kSessionManagerInterface; | |
| 9 extern const char *kSessionManagerServicePath; | |
| 10 extern const char *kSessionManagerServiceName; | |
| 11 } // namespace login_manager | |
| 12 | |
| 13 #endif // LOGIN_MANAGER_CONSTANTS_H_ | |
| OLD | NEW |