| 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,8 +21,8 @@
|
|
|
| // The RenderView stores an instance of this class in the "extra data" of each
|
| // WebDataSource (see RenderView::DidCreateDataSource).
|
| -class DocumentState : public WebKit::WebDataSource::ExtraData,
|
| - public base::SupportsUserData {
|
| +class CONTENT_EXPORT DocumentState : public WebKit::WebDataSource::ExtraData,
|
| + public base::SupportsUserData {
|
| public:
|
| // The exact values of this enum are used in histograms, so new values must be
|
| // added to the end.
|
|
|