| Index: components/sessions/core/serialized_navigation_driver.h
|
| diff --git a/components/sessions/core/serialized_navigation_driver.h b/components/sessions/core/serialized_navigation_driver.h
|
| index 767394ca184fc794789a8de8fa933e28f607901a..5fc261e4a95c5915f0c3dc2fef55beb33ad14352 100644
|
| --- a/components/sessions/core/serialized_navigation_driver.h
|
| +++ b/components/sessions/core/serialized_navigation_driver.h
|
| @@ -16,7 +16,7 @@ class SerializedNavigationEntry;
|
| // The SerializedNavigationDriver interface allows SerializedNavigationEntry to
|
| // obtain information from a singleton driver object. A concrete implementation
|
| // must be provided by the driver on each platform.
|
| -class SESSIONS_EXPORT_PRIVATE SerializedNavigationDriver {
|
| +class SESSIONS_EXPORT SerializedNavigationDriver {
|
| public:
|
| virtual ~SerializedNavigationDriver() {}
|
|
|
|
|