| Index: base/time/tick_clock.h
|
| diff --git a/base/time/tick_clock.h b/base/time/tick_clock.h
|
| index f7aba5374307aa34420016cd077b0aaaf5fcaca4..2b8691fa26cdec8260365bf4e91e87e024ee1cfd 100644
|
| --- a/base/time/tick_clock.h
|
| +++ b/base/time/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_TIME_TICK_CLOCK_H_
|
| -#define BASE_TIME_TICK_CLOCK_H_
|
| +#ifndef BASE_TICK_CLOCK_H_
|
| +#define BASE_TICK_CLOCK_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/time/time.h"
|
| @@ -37,4 +37,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_TIME_TICK_CLOCK_H_
|
| +#endif // BASE_TICK_CLOCK_H_
|
|
|