src: rename namespace as chronochat

Change-Id: Idf390b1b2047c912735014d078ce099cf95026e6
diff --git a/src/cryptopp.hpp b/src/cryptopp.hpp
index f49ebb2..01fbfc2 100644
--- a/src/cryptopp.hpp
+++ b/src/cryptopp.hpp
@@ -7,8 +7,8 @@
  * Author: Yingdi Yu <yingdi@cs.ucla.edu>
  */
 
-#ifndef CHRONOS_CRYPTOPP_HPP
-#define CHRONOS_CRYPTOPP_HPP
+#ifndef CHRONOCHAT_CRYPTOPP_HPP
+#define CHRONOCHAT_CRYPTOPP_HPP
 
 // suppress CryptoPP warnings
 #pragma GCC system_header
@@ -20,4 +20,4 @@
 #include <cryptopp/sha.h>
 #include <cryptopp/filters.h>
 
-#endif // CHRONOS_CRYPTOPP_HPP
+#endif // CHRONOCHAT_CRYPTOPP_HPP