// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SESSIONS_CONTENT_CONTENT_SERIALIZED_NAVIGATION_BUILDER_H_ #define COMPONENTS_SESSIONS_CONTENT_CONTENT_SERIALIZED_NAVIGATION_BUILDER_H_ #include <memory> #include <vector> #include "components/sessions/core/sessions_export.h" namespace content { class BrowserContext; class NavigationEntry; class NavigationEntryRestoreContext; } namespace sessions { class SerializedNavigationEntry; // Provides methods to convert between SerializedNavigationEntry and content // classes. class SESSIONS_EXPORT ContentSerializedNavigationBuilder { … }; } // namespace sessions #endif // COMPONENTS_SESSIONS_CONTENT_CONTENT_SERIALIZED_NAVIGATION_BUILDER_H_