diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 06:55:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 06:55:23 +0000 |
commit | 1b5a6693b5c8facf6561032695ff5e424f173839 (patch) | |
tree | 4e52ffb1e4201a0fcf0b2d3906ad74d74f0e57de /content/browser/utility_process_host.h | |
parent | 34a90773493e1a272ae21b27616fd80bb2d7300b (diff) | |
download | chromium_src-1b5a6693b5c8facf6561032695ff5e424f173839.zip chromium_src-1b5a6693b5c8facf6561032695ff5e424f173839.tar.gz chromium_src-1b5a6693b5c8facf6561032695ff5e424f173839.tar.bz2 |
Try to fix Linux components build.
TBR=erg
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/utility_process_host.h')
-rw-r--r-- | content/browser/utility_process_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/utility_process_host.h b/content/browser/utility_process_host.h index 18951d7..cad678e 100644 --- a/content/browser/utility_process_host.h +++ b/content/browser/utility_process_host.h @@ -27,7 +27,7 @@ class BrowserChildProcessHost; // use StartBatchMode(), then multiple calls to StartFooBar(p), // then finish with EndBatchMode(). class CONTENT_EXPORT UtilityProcessHost - : public NON_EXPORTED_BASE(content::BrowserChildProcessHostDelegate), + : public content::BrowserChildProcessHostDelegate, public IPC::Message::Sender { public: // An interface to be implemented by consumers of the utility process to |