// 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 CHROME_TEST_CHROMEDRIVER_CHROME_DEVTOOLS_ENDPOINT_H_ #define CHROME_TEST_CHROMEDRIVER_CHROME_DEVTOOLS_ENDPOINT_H_ #include "url/gurl.h" class NetAddress; // Describes a DevTools debugger endpoint such as a // hostname:port pair, or a full URL with auth credentials. class DevToolsEndpoint { … }; #endif // CHROME_TEST_CHROMEDRIVER_CHROME_DEVTOOLS_ENDPOINT_H_