Index: content/public/common/content_client.h |
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h |
index f1e398424e2ed2ce2d0bd611cd182f855a6de4e9..016762223ba36e3f0c122ef79d45877ceb2af41e 100644 |
--- a/content/public/common/content_client.h |
+++ b/content/public/common/content_client.h |
@@ -98,7 +98,7 @@ class CONTENT_EXPORT ContentClient { |
// Gives the embedder a chance to register its own schemes early in the |
// startup sequence. |
- struct Schemes { |
+ struct CONTENT_EXPORT Schemes { |
Schemes(); |
~Schemes(); |
std::vector<std::string> standard_schemes; |