diff options
Diffstat (limited to 'include/notifications/sound.h')
-rw-r--r-- | include/notifications/sound.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/notifications/sound.h b/include/notifications/sound.h index d08c2e7..8bd3e33 100644 --- a/include/notifications/sound.h +++ b/include/notifications/sound.h @@ -17,13 +17,13 @@ * Charles Kerr <charles.kerr@canonical.com> */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_SOUND_H -#define UNITY_INDICATOR_NOTIFICATIONS_SOUND_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H +#define AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H #include <memory> #include <string> -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -55,6 +55,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_SOUND_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H |