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

Unified Diff: content/browser/mach_broker_mac.h

Issue 9368017: mac: Add _EXPORT macros, content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/find_pasteboard.h ('k') | content/browser/tab_contents/web_contents_view_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mach_broker_mac.h
diff --git a/content/browser/mach_broker_mac.h b/content/browser/mach_broker_mac.h
index 3a1cea329c565ae3fa53b3320e7979fbf2778d9c..022fb45d5da2a70e0b9d1d4b2c98c21cda23dbef 100644
--- a/content/browser/mach_broker_mac.h
+++ b/content/browser/mach_broker_mac.h
@@ -36,7 +36,7 @@ class MachBroker : public base::ProcessMetrics::PortProvider,
public content::NotificationObserver {
public:
// Returns the global MachBroker.
- static MachBroker* GetInstance();
+ CONTENT_EXPORT static MachBroker* GetInstance();
// Performs any necessary setup that cannot happen in the constructor.
// Callers MUST acquire the lock given by GetLock() before calling this
« no previous file with comments | « content/browser/find_pasteboard.h ('k') | content/browser/tab_contents/web_contents_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698