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

Unified Diff: content/browser/renderer_host/render_sandbox_host_linux.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/browser/renderer_host/render_sandbox_host_linux.h
diff --git a/content/browser/renderer_host/render_sandbox_host_linux.h b/content/browser/renderer_host/render_sandbox_host_linux.h
index 8a4d0aa1164cb4f3158f9f87bb62b0f895005ac9..83e9307fb6e13c262ab71f2de53aeeccfe5684cc 100644
--- a/content/browser/renderer_host/render_sandbox_host_linux.h
+++ b/content/browser/renderer_host/render_sandbox_host_linux.h
@@ -11,12 +11,13 @@
#include <string>
#include "base/logging.h"
+#include "content/common/content_export.h"
template <typename T> struct DefaultSingletonTraits;
// This is a singleton object which handles sandbox requests from the
// renderers.
-class RenderSandboxHostLinux {
+class CONTENT_EXPORT RenderSandboxHostLinux {
public:
// Returns the singleton instance.
static RenderSandboxHostLinux* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698