shill: Move DBus bindings to subdirectory dbus_bindings.

This provides a separate filename namespace for the bindings, avoids some naming
confusion and reduces the clutter in the main directory.

BUG=chromium-os:17824
TEST=unit tests, ran on device

Change-Id: I5b7f7d87f6c23a51c490de0ab0d0f1fdea85792b
Reviewed-on: http://gerrit.chromium.org/gerrit/4325
Tested-by: Darin Petkov <petkov@chromium.org>
Reviewed-by: Chris Masone <cmasone@chromium.org>
diff --git a/supplicant_interface_proxy.h b/supplicant_interface_proxy.h
index 509b5c3..4d866b3 100644
--- a/supplicant_interface_proxy.h
+++ b/supplicant_interface_proxy.h
@@ -10,7 +10,7 @@
 
 #include <base/basictypes.h>
 
-#include "shill/supplicant-interface.h"
+#include "shill/dbus_bindings/supplicant-interface.h"
 #include "shill/supplicant_interface_proxy_interface.h"
 #include "shill/refptr_types.h"