diff options
author | sergeyu <sergeyu@chromium.org> | 2015-12-17 21:43:21 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-18 05:44:17 +0000 |
commit | d3022d36ffa5f4dc0819e87b0fd9ea5f7d2445fe (patch) | |
tree | cb19a8adab5a9ecf24e59aebcb44bb1a4c31bb8a /remoting/client/jni | |
parent | 281a441e2518780bd09cf918abbc6b8d820f4f2f (diff) | |
download | chromium_src-d3022d36ffa5f4dc0819e87b0fd9ea5f7d2445fe.zip chromium_src-d3022d36ffa5f4dc0819e87b0fd9ea5f7d2445fe.tar.gz chromium_src-d3022d36ffa5f4dc0819e87b0fd9ea5f7d2445fe.tar.bz2 |
Rename ConnectionToHostImpl -> IceConnectionToHost
We will have another implementation of ConnectionToHost. Renaming the
current implementation will make it easier to distinguish between them.
BUG=547158
Review URL: https://codereview.chromium.org/1532123005
Cr-Commit-Position: refs/heads/master@{#366024}
Diffstat (limited to 'remoting/client/jni')
-rw-r--r-- | remoting/client/jni/chromoting_jni_instance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/client/jni/chromoting_jni_instance.h b/remoting/client/jni/chromoting_jni_instance.h index b48aaff..c8ff15f 100644 --- a/remoting/client/jni/chromoting_jni_instance.h +++ b/remoting/client/jni/chromoting_jni_instance.h @@ -14,6 +14,8 @@ #include "remoting/client/chromoting_client.h" #include "remoting/client/client_context.h" #include "remoting/client/client_user_interface.h" +#include "remoting/proto/control.pb.h" +#include "remoting/proto/event.pb.h" #include "remoting/protocol/clipboard_stub.h" #include "remoting/protocol/cursor_shape_stub.h" #include "remoting/signaling/xmpp_signal_strategy.h" |