Chromium Code Reviews| Index: content/public/renderer/document_state.h |
| =================================================================== |
| --- content/public/renderer/document_state.h (revision 196427) |
| +++ content/public/renderer/document_state.h (working copy) |
| @@ -11,6 +11,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "base/supports_user_data.h" |
| #include "base/time.h" |
| +#include "content/common/content_export.h" |
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h" |
| namespace content { |
| @@ -20,7 +21,7 @@ |
| // The RenderView stores an instance of this class in the "extra data" of each |
| // WebDataSource (see RenderView::DidCreateDataSource). |
| -class DocumentState : public WebKit::WebDataSource::ExtraData, |
| +class CONTENT_EXPORT DocumentState : public WebKit::WebDataSource::ExtraData, |
| public base::SupportsUserData { |
|
jamesr
2013/04/25 18:00:56
line up the 'public' with the first line
|
| public: |
| // The exact values of this enum are used in histograms, so new values must be |