| Index: base/test/simple_test_tick_clock.h
|
| diff --git a/base/test/simple_test_tick_clock.h b/base/test/simple_test_tick_clock.h
|
| index a637543a9453b0972a0be9431043d32f77c337c2..aebdebcbcf54e7016a1629b5405eb40cbf22d801 100644
|
| --- a/base/test/simple_test_tick_clock.h
|
| +++ b/base/test/simple_test_tick_clock.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 BASE_SIMPLE_TEST_TICK_CLOCK_H_
|
| -#define BASE_SIMPLE_TEST_TICK_CLOCK_H_
|
| +#ifndef BASE_TEST_SIMPLE_TEST_TICK_CLOCK_H_
|
| +#define BASE_TEST_SIMPLE_TEST_TICK_CLOCK_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/synchronization/lock.h"
|
| @@ -35,4 +35,4 @@ class SimpleTestTickClock : public TickClock {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_SIMPLE_TEST_TICK_CLOCK_H_
|
| +#endif // BASE_TEST_SIMPLE_TEST_TICK_CLOCK_H_
|
|
|