diff options
Diffstat (limited to 'base/perftimer.h')
-rw-r--r-- | base/perftimer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/perftimer.h b/base/perftimer.h index 6274fee..1ac1a7d 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 |