Split DBus client proxies into separated headers.

Each daemon we talk to should expose its own DBus library. This patch
splits the DBus proxies we generate from other daemon's .xml files into
separated header files so we can then replace them with libraries.

BUG=b:23084776
TEST=FEATURES=test emerge-link update_engine

Change-Id: Idbf1671eb7fc4259d493dbe2c8bcc8dad5b8784f
diff --git a/libcros_proxy.h b/libcros_proxy.h
index 5974c9c..afb5d54 100644
--- a/libcros_proxy.h
+++ b/libcros_proxy.h
@@ -22,7 +22,7 @@
 #include <base/macros.h>
 #include <dbus/bus.h>
 
-#include "update_engine/dbus_proxies.h"
+#include "libcros/dbus-proxies.h"
 
 namespace chromeos_update_engine {