Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: chrome/browser/diagnostics/diagnostics_test.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/devtools/devtools_file_helper.h ('k') | chrome/browser/download/download_file_picker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/devtools/devtools_file_helper.h ('k') | chrome/browser/download/download_file_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698