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

Unified Diff: content/common/unix_domain_socket_posix.h

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports 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
Index: content/common/unix_domain_socket_posix.h
diff --git a/content/common/unix_domain_socket_posix.h b/content/common/unix_domain_socket_posix.h
index 182cc45ca393d4aaa681fb44ef997bfa5c3b17d1..8abc2f0d051dbec1d5647acb08c307f9cde76637 100644
--- a/content/common/unix_domain_socket_posix.h
+++ b/content/common/unix_domain_socket_posix.h
@@ -10,9 +10,11 @@
#include <sys/types.h>
#include <vector>
+#include "content/common/content_export.h"
+
class Pickle;
-class UnixDomainSocket {
+class CONTENT_EXPORT UnixDomainSocket {
public:
// Use sendmsg to write the given msg and include a vector of file
// descriptors. Returns true if successful.

Powered by Google App Engine
This is Rietveld 408576698