| Index: cc/debug/lap_timer.h
|
| diff --git a/cc/test/lap_timer.h b/cc/debug/lap_timer.h
|
| similarity index 95%
|
| rename from cc/test/lap_timer.h
|
| rename to cc/debug/lap_timer.h
|
| index 57ad322ad174de6d921c7f720045a12fbdd51840..8fd6e4146d900b45f32c79cffe97252e4cca26f1 100644
|
| --- a/cc/test/lap_timer.h
|
| +++ b/cc/debug/lap_timer.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_TEST_LAP_TIMER_H_
|
| -#define CC_TEST_LAP_TIMER_H_
|
| +#ifndef CC_DEBUG_LAP_TIMER_H_
|
| +#define CC_DEBUG_LAP_TIMER_H_
|
|
|
| #include "base/time/time.h"
|
|
|
| @@ -60,4 +60,4 @@ class LapTimer {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_TEST_LAP_TIMER_H_
|
| +#endif // CC_DEBUG_LAP_TIMER_H_
|
|
|