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/cellular.h b/cellular.h
index d3359d9..acf5f8b 100644
--- a/cellular.h
+++ b/cellular.h
@@ -13,12 +13,12 @@
 
 #include "shill/dbus_properties.h"
 #include "shill/device.h"
+#include "shill/event_dispatcher.h"
 #include "shill/modem_cdma_proxy_interface.h"
 #include "shill/modem_gsm_card_proxy_interface.h"
 #include "shill/modem_gsm_network_proxy_interface.h"
 #include "shill/modem_proxy_interface.h"
 #include "shill/refptr_types.h"
-#include "shill/shill_event.h"
 
 namespace shill {