Index: content/browser/tab_contents/navigation_details.h |
diff --git a/content/browser/tab_contents/navigation_details.h b/content/browser/tab_contents/navigation_details.h |
index ba121aedef20e87f8a123477483bb961a04eaf82..7ed97aeb21d52656b78d5c526642a5f93871bbb4 100644 |
--- a/content/browser/tab_contents/navigation_details.h |
+++ b/content/browser/tab_contents/navigation_details.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "content/common/navigation_types.h" |
+#include "content/common/content_export.h" |
#include "googleurl/src/gurl.h" |
class NavigationEntry; |
@@ -18,7 +19,7 @@ namespace content { |
// Provides the details for a NOTIFY_NAV_ENTRY_COMMITTED notification. |
// TODO(brettw) this mostly duplicates ProvisionalLoadDetails, it would be |
// nice to unify these somehow. |
-struct LoadCommittedDetails { |
+struct CONTENT_EXPORT LoadCommittedDetails { |
// By default, the entry will be filled according to a new main frame |
// navigation. |
LoadCommittedDetails(); |