| Index: remoting/ios/bridge/client_instance.h
|
| diff --git a/remoting/ios/bridge/client_instance.h b/remoting/ios/bridge/client_instance.h
|
| index 4c631e3240fea393336eb4f954756e4ab442e630..1cd738e4894808521245fdf69df66c99d88f525c 100644
|
| --- a/remoting/ios/bridge/client_instance.h
|
| +++ b/remoting/ios/bridge/client_instance.h
|
| @@ -18,13 +18,11 @@
|
| #include "remoting/client/client_user_interface.h"
|
| #include "remoting/client/frame_consumer_proxy.h"
|
| #include "remoting/client/software_video_renderer.h"
|
| -
|
| #include "remoting/ios/bridge/frame_consumer_bridge.h"
|
| -
|
| -#include "remoting/jingle_glue/network_settings.h"
|
| -#include "remoting/jingle_glue/xmpp_signal_strategy.h"
|
| #include "remoting/protocol/clipboard_stub.h"
|
| #include "remoting/protocol/cursor_shape_stub.h"
|
| +#include "remoting/protocol/network_settings.h"
|
| +#include "remoting/signaling/xmpp_signal_strategy.h"
|
|
|
| namespace remoting {
|
|
|
|
|