| Index: chrome/browser/diagnostics/diagnostics_test.h
|
| diff --git a/chrome/browser/diagnostics/diagnostics_test.h b/chrome/browser/diagnostics/diagnostics_test.h
|
| index 571145ba5eb075f0ebfab0bbf75be220bf2a164f..d1c430a2a1676c43cb32a76e8887ad754bcbdb19 100644
|
| --- a/chrome/browser/diagnostics/diagnostics_test.h
|
| +++ b/chrome/browser/diagnostics/diagnostics_test.h
|
| @@ -9,7 +9,9 @@
|
| #include "base/string16.h"
|
| #include "chrome/browser/diagnostics/diagnostics_model.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| // Represents a single diagnostic test and encapsulates the common
|
| // functionality across platforms as well.
|
| @@ -55,7 +57,7 @@ class DiagnosticTest : public DiagnosticsModel::TestInfo {
|
| void RecordOutcome(const string16& additional_info,
|
| DiagnosticsModel::TestResult result);
|
|
|
| - static FilePath GetUserDefaultProfileDir();
|
| + static base::FilePath GetUserDefaultProfileDir();
|
|
|
| protected:
|
| // The id needs to be overridden by derived classes and must uniquely
|
|
|