// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_STREAM_FILE_H_ #define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_STREAM_FILE_H_ #include "base/files/file.h" #include "base/memory/scoped_refptr.h" #include "base/task/sequenced_task_runner.h" #include "content/browser/devtools/devtools_io_context.h" #include <string> namespace content { class DevToolsStreamFile : public DevToolsIOContext::Stream { … }; } // namespace content #endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_STREAM_FILE_H_