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

Unified Diff: content/browser/browser_thread_impl.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 | « no previous file | content/public/browser/browser_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_thread_impl.h
diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h
index 5c19e92b00a1168f5889da284d5dae001824b3bc..45dce5fcc9bc24c69b6d238c74a17868c368011d 100644
--- a/content/browser/browser_thread_impl.h
+++ b/content/browser/browser_thread_impl.h
@@ -6,11 +6,12 @@
#define CONTENT_BROWSER_BROWSER_THREAD_IMPL_H_
#pragma once
+#include "content/common/content_export.h"
#include "content/public/browser/browser_thread.h"
namespace content {
-class BrowserThreadImpl : public BrowserThread {
+class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread {
public:
explicit BrowserThreadImpl(BrowserThread::ID identifier);
BrowserThreadImpl(BrowserThread::ID identifier, MessageLoop* message_loop);
« no previous file with comments | « no previous file | content/public/browser/browser_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698