ndn::EventId => ndn::scheduler::EventId

Refs: #4883
Change-Id: I68cf776778e53d03d1c0c2f5429fcb59e2e055a0
diff --git a/src/repo.hpp b/src/repo.hpp
index 21f314d..07e8945 100644
--- a/src/repo.hpp
+++ b/src/repo.hpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
- * Copyright (c) 2014-2018, Regents of the University of California.
+ * Copyright (c) 2014-2019, Regents of the University of California.
  *
  * This file is part of NDN repo-ng (Next generation of NDN repository).
  * See AUTHORS.md for complete list of repo-ng authors and contributors.
@@ -83,8 +83,8 @@
 
 private:
   RepoConfig m_config;
-  ndn::Scheduler m_scheduler;
-  ndn::Face m_face;
+  Scheduler m_scheduler;
+  Face m_face;
   ndn::mgmt::Dispatcher m_dispatcher;
   std::shared_ptr<Storage> m_store;
   RepoStorage m_storageHandle;