// 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_DIAGNOSTICS_DIAGNOSTICS_WRITER_H_ #define CHROME_BROWSER_DIAGNOSTICS_DIAGNOSTICS_WRITER_H_ #include <memory> #include "chrome/browser/diagnostics/diagnostics_model.h" namespace diagnostics { // Console base class used internally. class SimpleConsole; class DiagnosticsWriter : public DiagnosticsModel::Observer { … }; } // namespace diagnostics #endif // CHROME_BROWSER_DIAGNOSTICS_DIAGNOSTICS_WRITER_H_