summaryrefslogtreecommitdiff
path: root/chrome_browser_proxy_resolver_unittest.cc
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-08-19 23:14:49 -0700
committerAlex Deymo <deymo@google.com>2015-08-19 23:14:49 -0700
commitb8803bbfe96abce0ae792a93bc975d478d98d16a (patch)
treeaa4da120062fb32d2a36704f455252b8a413ece9 /chrome_browser_proxy_resolver_unittest.cc
parentaea4c1cea20dda7ae7e85fc8924a2d784f70d806 (diff)
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
Diffstat (limited to 'chrome_browser_proxy_resolver_unittest.cc')
-rw-r--r--chrome_browser_proxy_resolver_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_browser_proxy_resolver_unittest.cc b/chrome_browser_proxy_resolver_unittest.cc
index 44d45e19..d0a92894 100644
--- a/chrome_browser_proxy_resolver_unittest.cc
+++ b/chrome_browser_proxy_resolver_unittest.cc
@@ -26,7 +26,8 @@
#include <chromeos/make_unique_ptr.h>
#include <chromeos/message_loops/fake_message_loop.h>
-#include "update_engine/dbus_mocks.h"
+#include "libcros/dbus-proxies.h"
+#include "libcros/dbus-proxy-mocks.h"
#include "update_engine/dbus_test_utils.h"
using ::testing::Return;