// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_DEVTOOLS_DEVTOOLS_TARGETS_UI_H_ #define CHROME_BROWSER_DEVTOOLS_DEVTOOLS_TARGETS_UI_H_ #include <map> #include <memory> #include <string> #include "base/functional/callback.h" #include "base/memory/raw_ptr.h" #include "base/values.h" #include "chrome/browser/devtools/device/devtools_android_bridge.h" class Profile; class DevToolsTargetsUIHandler { … }; class PortForwardingStatusSerializer : private DevToolsAndroidBridge::PortForwardingListener { … }; #endif // CHROME_BROWSER_DEVTOOLS_DEVTOOLS_TARGETS_UI_H_