Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: content/public/common/referrer_struct_traits.h

Issue 2455543002: Convert PDF component IPC to mojo. (Closed)
Patch Set: Feedback Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/pdf/renderer/pepper_pdf_host.cc ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « components/pdf/renderer/pepper_pdf_host.cc ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698