// Copyright 2017 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_UI_DEVTOOLS_VIEWS_OVERLAY_AGENT_AURA_H_ #define COMPONENTS_UI_DEVTOOLS_VIEWS_OVERLAY_AGENT_AURA_H_ #include "base/gtest_prod_util.h" #include "components/ui_devtools/views/overlay_agent_views.h" namespace ui_devtools { class DOMAgent; class OverlayAgentAura : public OverlayAgentViews { … }; } // namespace ui_devtools #endif // COMPONENTS_UI_DEVTOOLS_VIEWS_OVERLAY_AGENT_AURA_H_