#ifndef COMPONENTS_SESSIONS_CONTENT_CONTENT_SERIALIZED_NAVIGATION_DRIVER_H_
#define COMPONENTS_SESSIONS_CONTENT_CONTENT_SERIALIZED_NAVIGATION_DRIVER_H_
#include <map>
#include <memory>
#include <string>
#include "components/sessions/content/extended_info_handler.h"
#include "components/sessions/core/serialized_navigation_driver.h"
#include "components/sessions/core/sessions_export.h"
namespace base {
template <typename T> struct DefaultSingletonTraits;
}
namespace sessions {
class SESSIONS_EXPORT ContentSerializedNavigationDriver
: public SerializedNavigationDriver { … };
}
#endif