// Copyright 2016 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_DOM_AGENT_VIEWS_H_ #define COMPONENTS_UI_DEVTOOLS_VIEWS_DOM_AGENT_VIEWS_H_ #include "components/ui_devtools/dom.h" #include "components/ui_devtools/dom_agent.h" namespace ui_devtools { class DOMAgentViews : public DOMAgent { … }; } // namespace ui_devtools #endif // COMPONENTS_UI_DEVTOOLS_VIEWS_DOM_AGENT_VIEWS_H_