| Index: content/public/common/content_client.h
|
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
|
| index 13f0d5c57dc0b986c9c016e7404b6c71a5345440..b58961fdd6f12eed99d74d891a7359ce27c45151 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -52,7 +52,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();
|
| #endif
|
|
|
| // Used for tests to override the relevant embedder interfaces. Each method
|
|
|