Finish ProfileData class
diff --git a/src/profile-data.h b/src/profile-data.h
index a1e71cf..6e29a43 100644
--- a/src/profile-data.h
+++ b/src/profile-data.h
@@ -22,10 +22,9 @@
 
   ProfileData (const ProfileData& profile);
 
-  ~ProfileData () {}
+  ProfileData (const ndn::Data& data);
 
-  static ndn::Ptr<ProfileData> 
-  fromData (const ndn::Data& data);
+  ~ProfileData () {}
 
   inline const ndn::Name&
   getIdentityName() const