| Index: base/time/default_tick_clock.h
|
| diff --git a/base/time/default_tick_clock.h b/base/time/default_tick_clock.h
|
| index cb041e6124ab6e5c3d76e1c97e99a951b8c4713d..a6d6b15d02cdfc1db8d9ab91dd35fe4976263ff8 100644
|
| --- a/base/time/default_tick_clock.h
|
| +++ b/base/time/default_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_DEFAULT_TICK_CLOCK_H_
|
| -#define BASE_TIME_DEFAULT_TICK_CLOCK_H_
|
| +#ifndef BASE_DEFAULT_TICK_CLOCK_H_
|
| +#define BASE_DEFAULT_TICK_CLOCK_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/compiler_specific.h"
|
| @@ -22,4 +22,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_TIME_DEFAULT_TICK_CLOCK_H_
|
| +#endif // BASE_DEFAULT_CLOCK_H_
|
|
|