| Index: content/public/browser/browser_thread.h
|
| diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
|
| index 7515939014b4dec2bf8d09933301a679f669efea..364f05d1adf9a5917057dca0220a8922ea737eaf 100644
|
| --- a/content/public/browser/browser_thread.h
|
| +++ b/content/public/browser/browser_thread.h
|
| @@ -242,7 +242,7 @@ class CONTENT_EXPORT BrowserThread : public base::Thread {
|
|
|
| // Temporary escape hatch for chrome/ to construct BrowserThread,
|
| // until we make content/ construct its own threads.
|
| -class DeprecatedBrowserThread : public BrowserThread {
|
| +class CONTENT_EXPORT DeprecatedBrowserThread : public BrowserThread {
|
| public:
|
| explicit DeprecatedBrowserThread(BrowserThread::ID identifier);
|
| DeprecatedBrowserThread(BrowserThread::ID identifier,
|
|
|