Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: content/public/browser/browser_thread.h

Issue 8341129: browser-thread related exports (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/browser_thread_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/browser/browser_thread_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698