shill: A couple of naming cleanups

Rename shill_event.* -> event_dispatcher.*.  This is more
consistent with correct style.  Also rename IOInputHandler ->
InputHandler.

BUG=None
TEST=Rerun unit tests

Change-Id: I13d56b857c85b32ba1418e894de68afc5a23f00d
Reviewed-on: http://gerrit.chromium.org/gerrit/10326
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Reviewed-by: Darin Petkov <petkov@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
diff --git a/service_unittest.cc b/service_unittest.cc
index 860c13c..42b6614 100644
--- a/service_unittest.cc
+++ b/service_unittest.cc
@@ -15,6 +15,7 @@
 
 #include "shill/dbus_adaptor.h"
 #include "shill/ethernet_service.h"
+#include "shill/event_dispatcher.h"
 #include "shill/manager.h"
 #include "shill/mock_adaptors.h"
 #include "shill/mock_control.h"
@@ -22,7 +23,6 @@
 #include "shill/mock_store.h"
 #include "shill/property_store_unittest.h"
 #include "shill/service.h"
-#include "shill/shill_event.h"
 
 using std::map;
 using std::string;