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

Unified Diff: content/browser/child_process_security_policy.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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/child_process_security_policy.h
diff --git a/content/browser/child_process_security_policy.h b/content/browser/child_process_security_policy.h
index 1ce1f3dc151095a9cd6511d2780079ed881c32a8..943fd2d469d044906bbe21ae8ec2533c0186696b 100644
--- a/content/browser/child_process_security_policy.h
+++ b/content/browser/child_process_security_policy.h
@@ -15,6 +15,7 @@
#include "base/gtest_prod_util.h"
#include "base/memory/singleton.h"
#include "base/synchronization/lock.h"
+#include "content/common/content_export.h"
class FilePath;
class GURL;
@@ -26,7 +27,7 @@ class GURL;
//
// ChildProcessSecurityPolicy is a singleton that may be used on any thread.
//
-class ChildProcessSecurityPolicy {
+class CONTENT_EXPORT ChildProcessSecurityPolicy {
public:
// Object can only be created through GetInstance() so the constructor is
// private.

Powered by Google App Engine
This is Rietveld 408576698