diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 19:30:12 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 19:30:12 +0000 |
commit | 7da5a2a9a49baecd225b6f38c5880cb34cf75a10 (patch) | |
tree | 07650f893526eb5bfc61adf22a8c2800fb1f49db /content/browser/browser_process_sub_thread.h | |
parent | 242503c64503eef50c858af8ac35d71dd598220a (diff) | |
download | chromium_src-7da5a2a9a49baecd225b6f38c5880cb34cf75a10.zip chromium_src-7da5a2a9a49baecd225b6f38c5880cb34cf75a10.tar.gz chromium_src-7da5a2a9a49baecd225b6f38c5880cb34cf75a10.tar.bz2 |
Fix more symbol exports and a compile failure for the component build of
content.
R=jam@chromium.org,crogers@google.com,allanwoj@chromium.org
BUG=90442
TEST=none
Review URL: http://codereview.chromium.org/7981049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_process_sub_thread.h')
-rw-r--r-- | content/browser/browser_process_sub_thread.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/browser_process_sub_thread.h b/content/browser/browser_process_sub_thread.h index 55978e6..bfaab3f 100644 --- a/content/browser/browser_process_sub_thread.h +++ b/content/browser/browser_process_sub_thread.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -8,6 +8,7 @@ #include "base/basictypes.h" #include "content/browser/browser_thread.h" +#include "content/common/content_export.h" class NotificationService; @@ -20,7 +21,7 @@ class NotificationService; // Applications must initialize the COM library before they can call // COM library functions other than CoGetMalloc and memory allocation // functions, so this class initializes COM for those users. -class BrowserProcessSubThread : public BrowserThread { +class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThread { public: explicit BrowserProcessSubThread(BrowserThread::ID identifier); virtual ~BrowserProcessSubThread(); |