X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fremoting%2Fhost%2Fit2me%2Fit2me_host.h;h=c970aadfe965a3d47e66af03dfb46f92f3d472c4;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=4085d55ed65be240465a49eb02d9b0c22044f8c0;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/remoting/host/it2me/it2me_host.h b/src/remoting/host/it2me/it2me_host.h index 4085d55..c970aad 100644 --- a/src/remoting/host/it2me/it2me_host.h +++ b/src/remoting/host/it2me/it2me_host.h @@ -9,8 +9,8 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/single_thread_task_runner.h" -#include "remoting/host/log_to_server.h" -#include "remoting/jingle_glue/xmpp_signal_strategy.h" +#include "remoting/host/host_status_observer.h" +#include "remoting/signaling/xmpp_signal_strategy.h" namespace base { class DictionaryValue; @@ -23,6 +23,7 @@ class ChromotingHostContext; class DesktopEnvironmentFactory; class HostEventLogger; class HostNPScriptObject; +class HostStatusLogger; class RegisterSupportHostRequest; class RsaKeyPair; @@ -46,11 +47,9 @@ enum It2MeHostState { }; // Internal implementation of the plugin's It2Me host function. -class It2MeHost - : public base::RefCountedThreadSafe, - public HostStatusObserver { +class It2MeHost : public base::RefCountedThreadSafe, + public HostStatusObserver { public: - class Observer { public: virtual void OnClientAuthenticated(const std::string& client_username) = 0; @@ -146,7 +145,7 @@ class It2MeHost scoped_refptr host_key_pair_; scoped_ptr signal_strategy_; scoped_ptr register_request_; - scoped_ptr log_to_server_; + scoped_ptr host_status_logger_; scoped_ptr desktop_environment_factory_; scoped_ptr host_event_logger_;