summaryrefslogtreecommitdiffstats
path: root/base/perftimer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/perftimer.cc')
-rw-r--r--base/perftimer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/perftimer.cc b/base/perftimer.cc
index 4c64c5e..94158c8 100644
--- a/base/perftimer.cc
+++ b/base/perftimer.cc
@@ -14,7 +14,7 @@
static FILE* perf_log_file = NULL;
-bool InitPerfLog(const FilePath& log_file) {
+bool InitPerfLog(const base::FilePath& log_file) {
if (perf_log_file) {
// trying to initialize twice
NOTREACHED();