aboutsummaryrefslogtreecommitdiff
path: root/tests/service-mocks/accounts-mock/AccountsDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/service-mocks/accounts-mock/AccountsDefs.h')
-rw-r--r--tests/service-mocks/accounts-mock/AccountsDefs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/service-mocks/accounts-mock/AccountsDefs.h b/tests/service-mocks/accounts-mock/AccountsDefs.h
index 0a1806d..bf66208 100644
--- a/tests/service-mocks/accounts-mock/AccountsDefs.h
+++ b/tests/service-mocks/accounts-mock/AccountsDefs.h
@@ -17,7 +17,7 @@
*/
#pragma once
-namespace ubuntu
+namespace ayatana
{
namespace indicators
@@ -28,8 +28,8 @@ namespace testing
constexpr const char ACCOUNTS_SERVICE[] = "org.freedesktop.Accounts";
constexpr const char USER_PATH[] = "/org/freedesktop/Accounts/UserTest";
constexpr const char ACCOUNTS_PATH[] = "/org/freedesktop/Accounts";
-#ifdef HAS_UT_ACCTSERVICE_SOUND_SETTINGS
- constexpr const char ACCOUNTS_SOUND_INTERFACE[] = "com.ubuntu.AccountsService.Sound";
+#ifdef HAS_LOMIRI_ACCTSERVICE_SOUND_SETTINGS
+ constexpr const char ACCOUNTS_SOUND_INTERFACE[] = "com.lomiri.AccountsService.Sound";
#else
constexpr const char ACCOUNTS_SOUND_INTERFACE[] = "org.ayatana.AccountsService.Sound";
#endif
@@ -37,4 +37,4 @@ namespace testing
} // namespace indicators
-} // namespace ubuntu
+} // namespace ayatana