Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 8536002: Cleanup: Remove unneeded forward declarations from remoting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/frame_consumer.h ('k') | remoting/client/plugin/pepper_view_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « remoting/client/frame_consumer.h ('k') | remoting/client/plugin/pepper_view_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698