| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ | 5 #ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ |
| 6 #define CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ | 6 #define CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ |
| 7 | 7 |
| 8 namespace chromeos_update_engine { | 8 namespace chromeos_update_engine { |
| 9 | 9 |
| 10 static const char* const kUpdateEngineServiceName = "org.chromium.UpdateEngine"; | 10 static const char* const kUpdateEngineServiceName = "org.chromium.UpdateEngine"; |
| 11 static const char* const kUpdateEngineServicePath = | 11 static const char* const kUpdateEngineServicePath = |
| 12 "/org/chromium/UpdateEngine"; | 12 "/org/chromium/UpdateEngine"; |
| 13 static const char* const kUpdateEngineServiceInterface = | 13 static const char* const kUpdateEngineServiceInterface = |
| 14 "org.chromium.UpdateEngineInterface"; | 14 "org.chromium.UpdateEngineInterface"; |
| 15 | |
| 16 } // namespace chromeos_update_engine | 15 } // namespace chromeos_update_engine |
| 17 | 16 |
| 18 #endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ | 17 #endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ |
| OLD | NEW |