Make header guards comply with Rule 3.2

refs: #3984

Change-Id: Iec7a0d9ff49cf6124af9e554432ee5f09a199651
diff --git a/nsync/sync-full-state.h b/nsync/sync-full-state.h
index 0905004..34ed139 100644
--- a/nsync/sync-full-state.h
+++ b/nsync/sync-full-state.h
@@ -20,8 +20,8 @@
  *         Alexander Afanasyev <alexander.afanasyev@ucla.edu>
  */
 
-#ifndef SYNC_FULL_STATE_H
-#define SYNC_FULL_STATE_H
+#ifndef NLSR_NSYNC_SYNC_FULL_STATE_H
+#define NLSR_NSYNC_SYNC_FULL_STATE_H
 
 #include <ndn-cxx/util/time.hpp>
 #include "sync-state.h"
@@ -76,4 +76,4 @@
 
 } // Sync
 
-#endif // SYNC_STATE_H
+#endif // NLSR_NSYNC_SYNC_FULL_STATE_H