| 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.
|
|
|