commit | eb692acf7d02ba80a7d8126d6a33274b064b814b | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Tue Feb 10 18:46:18 2015 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Feb 25 08:41:39 2015 -0800 |
tree | c0b02f055e6205f66e508451d3be9eecbb68793b | |
parent | 1cc45d96b8d7b4c442469147f7ba3e6a37f90d4b [diff] [blame] |
src: rename namespace as chronochat Change-Id: Idf390b1b2047c912735014d078ce099cf95026e6
diff --git a/src/tree-layout.cpp b/src/tree-layout.cpp index d2c4d2c..166019f 100644 --- a/src/tree-layout.cpp +++ b/src/tree-layout.cpp
@@ -13,7 +13,7 @@ #include "tree-layout.hpp" #include <iostream> -namespace chronos { +namespace chronochat { using std::vector; using std::map; @@ -64,4 +64,4 @@ } } -} // namespace chronos +} // namespace chronochat