// Copyright 2023 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_NET_PIPE_BUILDER_H_ #define CHROME_TEST_CHROMEDRIVER_NET_PIPE_BUILDER_H_ #include <memory> #include "base/command_line.h" #include "base/files/file.h" #include "base/files/scoped_file.h" #include "base/process/launch.h" #include "chrome/test/chromedriver/chrome/status.h" #include "chrome/test/chromedriver/net/pipe_connection.h" #include "chrome/test/chromedriver/net/sync_websocket.h" // Builder of a PipeConnection object class PipeBuilder { … }; #endif // CHROME_TEST_CHROMEDRIVER_NET_PIPE_BUILDER_H_