diff options
Diffstat (limited to 'include/notifications/notifications.h')
-rw-r--r-- | include/notifications/notifications.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index fd41edf..fbc2109 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -17,15 +17,15 @@ * Charles Kerr <charles.kerr@canonical.com> */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H -#define UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#define AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H #include <chrono> #include <functional> #include <memory> #include <string> -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -112,6 +112,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H |