Index: base/perftimer.h |
diff --git a/base/perftimer.h b/base/perftimer.h |
index 6274fee25d68cfb2221a90e18bbc7cd8d5aa8a55..1ac1a7d18901e268cfe02585322b68b0aafc3c03 100644 |
--- a/base/perftimer.h |
+++ b/base/perftimer.h |
@@ -6,10 +6,12 @@ |
#define BASE_PERFTIMER_H_ |
#include <string> |
+ |
#include "base/basictypes.h" |
-#include "base/file_path.h" |
#include "base/time.h" |
+class FilePath; |
+ |
// ---------------------------------------------------------------------- |
// Initializes and finalizes the perf log. These functions should be |
// called at the beginning and end (respectively) of running all the |