diff options
Diffstat (limited to 'lldb/tools/lldb-perf/lib/Measurement.h')
-rw-r--r-- | lldb/tools/lldb-perf/lib/Measurement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/lldb-perf/lib/Measurement.h b/lldb/tools/lldb-perf/lib/Measurement.h index 4623bdf8f6f..24a95bb4b5b 100644 --- a/lldb/tools/lldb-perf/lib/Measurement.h +++ b/lldb/tools/lldb-perf/lib/Measurement.h @@ -13,7 +13,7 @@ #include "Timer.h" #include "Metric.h" -namespace lldb { namespace perf +namespace lldb_perf { template <typename GaugeType, typename Action> class Measurement : public WriteToPList @@ -90,6 +90,6 @@ public: } }; -} } +} #endif /* defined(__PerfTestDriver__Measurement__) */ |