| Index: content/common/page_transition_types.h
|
| diff --git a/content/common/page_transition_types.h b/content/common/page_transition_types.h
|
| index 1bd6ec93f1a0c53b6048e4bf106ef2dd20861f68..5aaeeacf5c1a44b4e17fa4cab12498e9890c46b1 100644
|
| --- a/content/common/page_transition_types.h
|
| +++ b/content/common/page_transition_types.h
|
| @@ -7,9 +7,10 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "content/common/content_export.h"
|
|
|
| // This class is for scoping only.
|
| -class PageTransition {
|
| +class CONTENT_EXPORT PageTransition {
|
| public:
|
| // Types of transitions between pages. These are stored in the history
|
| // database to separate visits, and are reported by the renderer for page
|
|
|