From faa7b928abeb04bd46c7f66213a79caf450016de Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Mon, 11 Jan 2021 17:35:57 -0800 Subject: simpleperf: move all source files into simpleperf namespace Bug: none Test: run simpleperf_unit_test Change-Id: I348028ee5bea90ce908bc240fc5efc22c4cd540f --- simpleperf/workload.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'simpleperf/workload.h') diff --git a/simpleperf/workload.h b/simpleperf/workload.h index cfb5fece..22718a99 100644 --- a/simpleperf/workload.h +++ b/simpleperf/workload.h @@ -25,6 +25,8 @@ #include +namespace simpleperf { + class Workload { private: enum WorkState { @@ -71,4 +73,6 @@ class Workload { DISALLOW_COPY_AND_ASSIGN(Workload); }; +} // namespace simpleperf + #endif // SIMPLE_PERF_WORKLOAD_H_ -- cgit v1.2.3