| Index: remoting/client/plugin/chromoting_instance.h
 | 
| ===================================================================
 | 
| --- remoting/client/plugin/chromoting_instance.h	(revision 109590)
 | 
| +++ remoting/client/plugin/chromoting_instance.h	(working copy)
 | 
| @@ -23,10 +23,6 @@
 | 
|  #include "remoting/client/plugin/pepper_plugin_thread_delegate.h"
 | 
|  #include "remoting/protocol/connection_to_host.h"
 | 
|  
 | 
| -namespace base {
 | 
| -class Thread;
 | 
| -}  // namespace base
 | 
| -
 | 
|  namespace pp {
 | 
|  class InputEvent;
 | 
|  class Module;
 | 
| @@ -42,17 +38,12 @@
 | 
|  class ChromotingStats;
 | 
|  class ClientContext;
 | 
|  class InputHandler;
 | 
| -class JingleThread;
 | 
|  class PepperView;
 | 
|  class PepperViewProxy;
 | 
|  class RectangleUpdateDecoder;
 | 
|  
 | 
|  struct ClientConfig;
 | 
|  
 | 
| -namespace protocol {
 | 
| -class HostConnection;
 | 
| -}  // namespace protocol
 | 
| -
 | 
|  class ChromotingInstance : public pp::InstancePrivate {
 | 
|   public:
 | 
|    // The mimetype for which this plugin is registered.
 | 
| @@ -110,6 +101,7 @@
 | 
|    // base/logging.h.
 | 
|    static bool LogToUI(int severity, const char* file, int line,
 | 
|                        size_t message_start, const std::string& str);
 | 
| +
 | 
|   private:
 | 
|    FRIEND_TEST_ALL_PREFIXES(ChromotingInstanceTest, TestCaseSetup);
 | 
|  
 | 
| 
 |