| Index: content/shell/shell_main_delegate.h
|
| diff --git a/content/shell/shell_main_delegate.h b/content/shell/shell_main_delegate.h
|
| index 39a014491946a00c577dd022c7f38a39c54c7c95..0b1b21bc05297e02bc5be3277e0bd37266fe2910 100644
|
| --- a/content/shell/shell_main_delegate.h
|
| +++ b/content/shell/shell_main_delegate.h
|
| @@ -18,7 +18,11 @@ class ShellContentPluginClient;
|
| class ShellContentUtilityClient;
|
| } // namespace content
|
|
|
| -class ShellMainDelegate : public content::ContentMainDelegate {
|
| +class
|
| +#if defined(OS_MACOSX)
|
| +__attribute__((visibility("default")))
|
| +#endif // OS_MACOSX
|
| +ShellMainDelegate : public content::ContentMainDelegate {
|
| public:
|
| ShellMainDelegate();
|
| virtual ~ShellMainDelegate();
|
|
|