| Index: content/public/common/referrer_struct_traits.h
|
| diff --git a/content/public/common/referrer_struct_traits.h b/content/public/common/referrer_struct_traits.h
|
| index a1103df2a726dee67e002e1748b0f1d0d3ff80f5..f7a7b023a98771ba6c7d0c23da5f4e39b88b0c53 100644
|
| --- a/content/public/common/referrer_struct_traits.h
|
| +++ b/content/public/common/referrer_struct_traits.h
|
| @@ -5,13 +5,15 @@
|
| #ifndef CONTENT_PUBLIC_COMMON_REFERRER_STRUCT_TRAITS_H_
|
| #define CONTENT_PUBLIC_COMMON_REFERRER_STRUCT_TRAITS_H_
|
|
|
| +#include "content/common/content_export.h"
|
| #include "content/public/common/referrer.h"
|
| #include "third_party/WebKit/public/platform/referrer.mojom.h"
|
|
|
| namespace mojo {
|
|
|
| template <>
|
| -struct StructTraits<::blink::mojom::ReferrerDataView, content::Referrer> {
|
| +struct CONTENT_EXPORT
|
| + StructTraits<::blink::mojom::ReferrerDataView, content::Referrer> {
|
| static const GURL& url(const content::Referrer& r) {
|
| return r.url;
|
| }
|
|
|