summaryrefslogtreecommitdiffstats
path: root/content/browser/mach_broker_mac.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 05:34:37 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 05:34:37 +0000
commitc79991f43c51b0390a58fdd712a0146c767d221f (patch)
treeea2f124502df7a3cf15f6ea398555102d02590a0 /content/browser/mach_broker_mac.h
parentd6ef058ef180a8a9b4e67a56458c6f65e1ccf16e (diff)
downloadchromium_src-c79991f43c51b0390a58fdd712a0146c767d221f.zip
chromium_src-c79991f43c51b0390a58fdd712a0146c767d221f.tar.gz
chromium_src-c79991f43c51b0390a58fdd712a0146c767d221f.tar.bz2
mac: Add _EXPORT macros, content/.
BUG=90078 TEST=none Review URL: https://chromiumcodereview.appspot.com/9368017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/mach_broker_mac.h')
-rw-r--r--content/browser/mach_broker_mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/mach_broker_mac.h b/content/browser/mach_broker_mac.h
index 3a1cea3..5c8e5f8 100644
--- a/content/browser/mach_broker_mac.h
+++ b/content/browser/mach_broker_mac.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -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