src: rename namespace as chronochat

Change-Id: Idf390b1b2047c912735014d078ce099cf95026e6
diff --git a/src/profile-editor.cpp b/src/profile-editor.cpp
index d7c324a..a55a12c 100644
--- a/src/profile-editor.cpp
+++ b/src/profile-editor.cpp
@@ -20,7 +20,7 @@
 
 // INIT_LOGGER("ProfileEditor")
 
-namespace chronos {
+namespace chronochat {
 
 ProfileEditor::ProfileEditor(QWidget *parent)
   : QDialog(parent)
@@ -100,7 +100,7 @@
   this->hide();
 }
 
-} // namespace chronos
+} // namespace chronochat
 
 #if WAF
 #include "profile-editor.moc"