// Copyright 2014 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_WEBRTC_LOGGING_BROWSER_TEXT_LOG_LIST_H_ #define COMPONENTS_WEBRTC_LOGGING_BROWSER_TEXT_LOG_LIST_H_ #include "base/files/file_path.h" class UploadList; namespace content { class BrowserContext; } // namespace content namespace webrtc_logging { class TextLogList { … }; } // namespace webrtc_logging #endif // COMPONENTS_WEBRTC_LOGGING_BROWSER_TEXT_LOG_LIST_H_