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

Unified Diff: content/common/sandbox_init_wrapper.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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/sandbox_init_wrapper.h
diff --git a/content/common/sandbox_init_wrapper.h b/content/common/sandbox_init_wrapper.h
index c144992dc8795dffc1e758330ed49a00b58a2a1e..fcc096ae3693a818da4988f4ed81bb9fd2e96e27 100644
--- a/content/common/sandbox_init_wrapper.h
+++ b/content/common/sandbox_init_wrapper.h
@@ -15,6 +15,8 @@
#include <string>
#include "base/basictypes.h"
+#include "content/common/content_export.h"
+
#if defined(OS_WIN)
#include "sandbox/src/sandbox.h"
#endif
@@ -23,7 +25,7 @@ class CommandLine;
#if defined(OS_WIN)
-class SandboxInitWrapper {
+class CONTENT_EXPORT SandboxInitWrapper {
public:
SandboxInitWrapper() : broker_services_(), target_services_() { }
// SetServices() needs to be called before InitializeSandbox() on Win32 with

Powered by Google App Engine
This is Rietveld 408576698