Skip to content

Commit

Permalink
Fixed build issues, followup to Bug 1063318
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Sep 23, 2014
1 parent 83f588a commit b8f0774
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions embedding/embedlite/embedhelpers/EmbedLiteSubThread.h
Expand Up @@ -9,17 +9,19 @@
#define mozilla_ipc_EmbedLiteSubThread_h

#include "base/thread.h"
#include "nsISupportsImpl.h"
#include "nsAutoPtr.h"

namespace mozilla {
namespace embedlite {

class EmbedLiteApp;

// Copied from browser_process_impl.cc, modified slightly.
class EmbedLiteSubThread : public base::Thread,
public base::RefCounted<EmbedLiteSubThread>
class EmbedLiteSubThread : public base::Thread
{
public:
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(EmbedLiteSubThread)
explicit EmbedLiteSubThread(EmbedLiteApp*);
~EmbedLiteSubThread();

Expand Down

0 comments on commit b8f0774

Please sign in to comment.