From 4a6ec712275b179decd1844232dce44bc9f9dc19 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 10:37:30 +0000 Subject: Many more C++ namespace name changes (unity -> ayatana). --- tests/print-to.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/print-to.h') diff --git a/tests/print-to.h b/tests/print-to.h index 357925f..19367ac 100644 --- a/tests/print-to.h +++ b/tests/print-to.h @@ -24,7 +24,7 @@ #include -namespace unity { +namespace ayatana { namespace indicator { namespace datetime { @@ -73,6 +73,6 @@ PrintTo(const Appointment& appointment, std::ostream* os) } // namespace datetime } // namespace indicator -} // namespace unity +} // namespace ayatana #endif -- cgit v1.2.3