| Index: base/time/clock.h
|
| diff --git a/base/time/clock.h b/base/time/clock.h
|
| index be389be999d3a09fe521a09cf3d6ad523ff841c1..507a850ff0a01c45990b4ed67ef84e0a697b5750 100644
|
| --- a/base/time/clock.h
|
| +++ b/base/time/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_CLOCK_H_
|
| -#define BASE_CLOCK_H_
|
| +#ifndef BASE_TIME_CLOCK_H_
|
| +#define BASE_TIME_CLOCK_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/time/time.h"
|
| @@ -37,4 +37,4 @@ class BASE_EXPORT Clock {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_CLOCK_H_
|
| +#endif // BASE_TIME_CLOCK_H_
|
|
|