| Index: content/child/sync_load_response.h
|
| diff --git a/content/child/sync_load_response.h b/content/child/sync_load_response.h
|
| index 918bdeba9c4ae55a51645eb1e6bf291294daa5e6..677f13fc58442bf8540222bb56e4bd1718e7f06d 100644
|
| --- a/content/child/sync_load_response.h
|
| +++ b/content/child/sync_load_response.h
|
| @@ -14,7 +14,7 @@ namespace content {
|
|
|
| // See the SyncLoad method. (The name of this struct is not
|
| // suffixed with "Info" because it also contains the response data.)
|
| -struct SyncLoadResponse : ResourceResponseInfo {
|
| +struct CONTENT_EXPORT SyncLoadResponse : ResourceResponseInfo {
|
| SyncLoadResponse();
|
| ~SyncLoadResponse();
|
|
|
|
|