Index: src/compiler/pipeline-statistics.h |
diff --git a/src/compiler/pipeline-statistics.h b/src/compiler/pipeline-statistics.h |
index 01cc9de9d13c64d3a025c55a352b6659e23ad1db..988327d1bb86d74209ab370f98795e45cda8d362 100644 |
--- a/src/compiler/pipeline-statistics.h |
+++ b/src/compiler/pipeline-statistics.h |
@@ -36,7 +36,7 @@ class PipelineStatistics : public Malloced { |
void End(PipelineStatistics* pipeline_stats, |
CompilationStatistics::BasicStats* diff); |
- SmartPointer<ZonePool::StatsScope> scope_; |
+ base::SmartPointer<ZonePool::StatsScope> scope_; |
base::ElapsedTimer timer_; |
size_t outer_zone_initial_size_; |
size_t allocated_bytes_at_start_; |