| Index: content/browser/tab_contents/navigation_controller.h
|
| diff --git a/content/browser/tab_contents/navigation_controller.h b/content/browser/tab_contents/navigation_controller.h
|
| index a410c4d7ea9df434ab5485d9f91372c304d14ca9..507e06b7fd5b25051a340dab4218a38c9654343c 100644
|
| --- a/content/browser/tab_contents/navigation_controller.h
|
| +++ b/content/browser/tab_contents/navigation_controller.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "content/browser/ssl/ssl_manager.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/navigation_types.h"
|
| #include "content/common/page_transition_types.h"
|
|
|
| @@ -34,7 +35,7 @@ struct LoadCommittedDetails;
|
| //
|
| // The NavigationController also owns all TabContents for the tab. This is to
|
| // make sure that we have at most one TabContents instance per type.
|
| -class NavigationController {
|
| +class CONTENT_EXPORT NavigationController {
|
| public:
|
|
|
| enum ReloadType {
|
|
|