diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 19:37:05 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 19:37:05 +0000 |
commit | 5b5e1e2f5f30d1f4eaf5a1ae4ae95a7ccc2eab7b (patch) | |
tree | 1e76303233c743565d2c4a324c8ae2fe7a68c9af /content/browser/browser_process_sub_thread.h | |
parent | 7da5a2a9a49baecd225b6f38c5880cb34cf75a10 (diff) | |
download | chromium_src-5b5e1e2f5f30d1f4eaf5a1ae4ae95a7ccc2eab7b.zip chromium_src-5b5e1e2f5f30d1f4eaf5a1ae4ae95a7ccc2eab7b.tar.gz chromium_src-5b5e1e2f5f30d1f4eaf5a1ae4ae95a7ccc2eab7b.tar.bz2 |
Revert "Fix more symbol exports and a compile failure for the component build of"
TBR=jam@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/7967013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102334 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, 2 insertions, 3 deletions
diff --git a/content/browser/browser_process_sub_thread.h b/content/browser/browser_process_sub_thread.h index bfaab3f..55978e6 100644 --- a/content/browser/browser_process_sub_thread.h +++ b/content/browser/browser_process_sub_thread.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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,7 +8,6 @@ #include "base/basictypes.h" #include "content/browser/browser_thread.h" -#include "content/common/content_export.h" class NotificationService; @@ -21,7 +20,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 CONTENT_EXPORT BrowserProcessSubThread : public BrowserThread { +class BrowserProcessSubThread : public BrowserThread { public: explicit BrowserProcessSubThread(BrowserThread::ID identifier); virtual ~BrowserProcessSubThread(); |