// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_COMMON_NAVIGATION_PARAMS_UTILS_H_ #define CONTENT_COMMON_NAVIGATION_PARAMS_UTILS_H_ #include "third_party/blink/public/mojom/navigation/navigation_params.mojom-shared.h" namespace content { class NavigationTypeUtils { … }; } // namespace content #endif // CONTENT_COMMON_NAVIGATION_PARAMS_UTILS_H_