summaryrefslogtreecommitdiff
path: root/profile.h
diff options
context:
space:
mode:
authorPeter Qiu <zqiu@chromium.org>2015-08-13 14:13:08 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-08-28 16:44:33 -0700
commita92b0a0438803ebb3432d7b42672fbb7fb6bccf4 (patch)
treecd8f258f7412ed621a7d5915e82598f38a8b7caa /profile.h
parent7723677fb789a6cec68c9732d79e7e454f3597b0 (diff)
downloadshill-a92b0a0438803ebb3432d7b42672fbb7fb6bccf4.tar.gz
shill: usage of EventDispatcherForTest and NullRPCIdentifier
Switch tests to use EventDispatcherForTest instead of EventDispatcher, since EventDispatcher no longer owns a message loop. Update references for DBusAdaptor::kNullPath to ControlInterface::NullRPCIdentifier, since RPC identifier is specific to control interface and opaque to the internal code. BUG=chromium:517680 TEST=unittests Change-Id: Ia932143e433b44c84bd176baac660d1fa75261d8 Reviewed-on: https://chromium-review.googlesource.com/293550 Commit-Ready: Zeping Qiu <zqiu@chromium.org> Tested-by: Zeping Qiu <zqiu@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org>
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.h b/profile.h
index 08e68c14..e43caa21 100644
--- a/profile.h
+++ b/profile.h
@@ -229,6 +229,7 @@ class Profile : public base::RefCounted<Profile> {
// protected: section
Metrics* metrics_;
Manager* manager_;
+ ControlInterface* control_interface_;
// Shared with |adaptor_| via public getter.
PropertyStore store_;