| Index: content/public/app/content_main.h
|
| diff --git a/content/public/app/content_main.h b/content/public/app/content_main.h
|
| index cd17d74cdeac12ba5218221177623983e58d4d8a..5016edd56aaa49aeebdeef7482cdc5d7d9c8a53b 100644
|
| --- a/content/public/app/content_main.h
|
| +++ b/content/public/app/content_main.h
|
| @@ -37,7 +37,7 @@ CONTENT_EXPORT int ContentMain(HINSTANCE instance,
|
| // ContentMainRunner.
|
| // This should only be called once before ContentMainRunner actually running.
|
| // The ownership of |delegate| is transferred.
|
| -void SetContentMainDelegate(ContentMainDelegate* delegate);
|
| +CONTENT_EXPORT void SetContentMainDelegate(ContentMainDelegate* delegate);
|
| #else
|
| CONTENT_EXPORT int ContentMain(int argc,
|
| const char** argv,
|
|
|