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

Refs: #4883
Change-Id: I68cf776778e53d03d1c0c2f5429fcb59e2e055a0
diff --git a/tests/unit/tcp-bulk-insert-handle.cpp b/tests/unit/tcp-bulk-insert-handle.cpp
index 48ec17d..ad82c10 100644
--- a/tests/unit/tcp-bulk-insert-handle.cpp
+++ b/tests/unit/tcp-bulk-insert-handle.cpp
@@ -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.
@@ -147,7 +147,7 @@
 
 public:
   Scheduler scheduler;
-  ndn::EventId guardEvent;
+  ndn::scheduler::EventId guardEvent;
   repo::TcpBulkInsertHandle bulkInserter;
 };