src: rename namespace as chronochat

Change-Id: Idf390b1b2047c912735014d078ce099cf95026e6
diff --git a/src/contact-panel.hpp b/src/contact-panel.hpp
index a7a3241..d164391 100644
--- a/src/contact-panel.hpp
+++ b/src/contact-panel.hpp
@@ -8,8 +8,8 @@
  * Author: Yingdi Yu <yingdi@cs.ucla.edu>
  */
 
-#ifndef CHRONOS_CONTACT_PANEL_HPP
-#define CHRONOS_CONTACT_PANEL_HPP
+#ifndef CHRONOCHAT_CONTACT_PANEL_HPP
+#define CHRONOCHAT_CONTACT_PANEL_HPP
 
 #include <QDialog>
 #include <QStringListModel>
@@ -25,7 +25,7 @@
 class ContactPanel;
 }
 
-namespace chronos {
+namespace chronochat {
 
 class ContactPanel : public QDialog
 {
@@ -139,6 +139,6 @@
   QString     m_currentSelectedContact;
 };
 
-} // namespace chronos
+} // namespace chronochat
 
-#endif // CHRONOS_CONTACT_PANEL_HPP
+#endif // CHRONOCHAT_CONTACT_PANEL_HPP