diff options
Diffstat (limited to 'remoting/client/plugin/chromoting_instance.h')
-rw-r--r-- | remoting/client/plugin/chromoting_instance.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h index 121f1ad..3f6b0c6 100644 --- a/remoting/client/plugin/chromoting_instance.h +++ b/remoting/client/plugin/chromoting_instance.h @@ -61,7 +61,7 @@ class DelegatingSignalStrategy; class FrameConsumer; class FrameConsumerProxy; class PepperAudioPlayer; -class PepperTokenFetcher; +class TokenFetcherProxy; class PepperView; class RectangleUpdateDecoder; class SignalStrategy; @@ -178,7 +178,7 @@ class ChromotingInstance : const GURL& token_url, const std::string& host_public_key, const std::string& scope, - const base::WeakPtr<PepperTokenFetcher> pepper_token_fetcher); + const base::WeakPtr<TokenFetcherProxy> pepper_token_fetcher); private: FRIEND_TEST_ALL_PREFIXES(ChromotingInstanceTest, TestCaseSetup); @@ -294,7 +294,7 @@ class ChromotingInstance : // webapp for decoding. bool use_media_source_rendering_; - base::WeakPtr<PepperTokenFetcher> pepper_token_fetcher_; + base::WeakPtr<TokenFetcherProxy> token_fetcher_proxy_; // Weak reference to this instance, used for global logging and task posting. base::WeakPtrFactory<ChromotingInstance> weak_factory_; |