| 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
|
|
|