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

Unified Diff: content/browser/find_pasteboard.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 | « no previous file | content/browser/mach_broker_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/find_pasteboard.h
diff --git a/content/browser/find_pasteboard.h b/content/browser/find_pasteboard.h
index 9369ba65a856f8c21228069662a3d3f652a47201..35a0cd5571c12032fffc7afe2bc7fd092299c550 100644
--- a/content/browser/find_pasteboard.h
+++ b/content/browser/find_pasteboard.h
@@ -13,8 +13,9 @@
#import <Cocoa/Cocoa.h>
#include "base/memory/scoped_nsobject.h"
+#include "content/common/content_export.h"
-extern NSString* kFindPasteboardChangedNotification;
+CONTENT_EXPORT extern NSString* kFindPasteboardChangedNotification;
// Manages the find pasteboard. Use this to copy text to the find pasteboard,
// to get the text currently on the find pasteboard, and to receive
@@ -53,6 +54,6 @@ extern NSString* kFindPasteboardChangedNotification;
#endif // __OBJC__
// Also provide a c++ interface
-string16 GetFindPboardText();
+CONTENT_EXPORT string16 GetFindPboardText();
#endif // CONTENT_BROWSER_FIND_PASTEBOARD_H_
« no previous file with comments | « no previous file | content/browser/mach_broker_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698