| Index: chrome/browser/diagnostics/diagnostics_model.h
|
| diff --git a/chrome/browser/diagnostics/diagnostics_model.h b/chrome/browser/diagnostics/diagnostics_model.h
|
| index 1727aaa585ac1b4b256217d615996dc24df6d4d0..334c284819a8333c07bb7734caa0e4472c46976d 100644
|
| --- a/chrome/browser/diagnostics/diagnostics_model.h
|
| +++ b/chrome/browser/diagnostics/diagnostics_model.h
|
| @@ -8,7 +8,9 @@
|
| #include <string>
|
| #include "base/time/time.h"
|
|
|
| +namespace base {
|
| class CommandLine;
|
| +}
|
|
|
| namespace diagnostics {
|
|
|
| @@ -100,7 +102,7 @@ class DiagnosticsModel {
|
|
|
| // The factory for the model. The main purpose is to hide the creation of
|
| // different models for different platforms.
|
| -DiagnosticsModel* MakeDiagnosticsModel(const CommandLine& cmdline);
|
| +DiagnosticsModel* MakeDiagnosticsModel(const base::CommandLine& cmdline);
|
|
|
| } // namespace diagnostics
|
|
|
|
|