Commit 73dca1b6 authored by jam@chromium.org's avatar jam@chromium.org

fix shared library build

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112807 0039d316-1c4b-4281-b951-d872f2087c98
parent db84ed03
......@@ -8,6 +8,7 @@
#include <list>
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/process.h"
......@@ -30,7 +31,7 @@ class WaitableEvent;
// [Browser]RenderProcessHost is the main exception that doesn't derive from
// this class. That project lives on the UI thread.
class CONTENT_EXPORT BrowserChildProcessHost :
public content::ChildProcessHostDelegate,
public NON_EXPORTED_BASE(content::ChildProcessHostDelegate),
public ChildProcessLauncher::Client,
public base::WaitableEventWatcher::Delegate,
public IPC::Message::Sender {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment