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/profile_dbus_adaptor.h b/profile_dbus_adaptor.h
index 0030b4b..92bc450 100644
--- a/profile_dbus_adaptor.h
+++ b/profile_dbus_adaptor.h
@@ -13,7 +13,7 @@
 
 #include "shill/adaptor_interfaces.h"
 #include "shill/dbus_adaptor.h"
-#include "shill/flimflam-profile.h"
+#include "shill/dbus_bindings/flimflam-profile.h"
 
 namespace shill {