Chromium Code Reviews| Index: content/public/common/content_client.h |
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h |
| index d7b02300ec2111b213fb12d36fc46987b557ce2e..7e13c9ea4997d05073626f4eda3d25c1ce5ca7fa 100644 |
| --- a/content/public/common/content_client.h |
| +++ b/content/public/common/content_client.h |
| @@ -53,7 +53,7 @@ CONTENT_EXPORT void SetContentClient(ContentClient* client); |
| #if defined(CONTENT_IMPLEMENTATION) |
| // Content's embedder API should only be used by content. |
| -ContentClient* GetContentClient(); |
| +CONTENT_EXPORT ContentClient* GetContentClient(); |
|
piman
2016/04/07 22:26:58
Please remove this change.
Mark Dittmer
2016/04/08 13:08:43
Done.
|
| #endif |
| // Used for tests to override the relevant embedder interfaces. Each method |