blob: c5b655e7a3c05418bf357e5f61a4d72d1999cf6a [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_WEB_FEATURE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_WEB_FEATURE_H_
// Including the actual file that defines the WebFeature enum, like we do here,
// is heavy on the compiler. Those who do not need the definition, but could do
// with just a forward-declaration, should include WebFeatureForward.h instead.
#include "third_party/blink/public/mojom/web_feature/web_feature.mojom-blink.h"
namespace blink {
using WebFeature = mojom::WebFeature;
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_WEB_FEATURE_H_