| Index: ppapi/proxy/host_dispatcher_unittest.cc
|
| diff --git a/ppapi/proxy/host_dispatcher_unittest.cc b/ppapi/proxy/host_dispatcher_unittest.cc
|
| index 25dfa5c1bcfe9ee7920cef94b8421633c5a62012..5ce8ba3378c752bf4fe64a6e9338891afea570ac 100644
|
| --- a/ppapi/proxy/host_dispatcher_unittest.cc
|
| +++ b/ppapi/proxy/host_dispatcher_unittest.cc
|
| @@ -17,7 +17,7 @@ class HostDispatcherTest : public HostProxyTest {
|
| HostDispatcherTest() {}
|
|
|
| bool HasTargetProxy(InterfaceID id) {
|
| - return !!host_dispatcher()->target_proxies_[id].get();
|
| + return !!host_dispatcher()->proxies_[id].get();
|
| }
|
| };
|
|
|
|
|