| Index: base/time/default_clock.h
|
| diff --git a/base/time/default_clock.h b/base/time/default_clock.h
|
| index 3d2e9473c18524d63b95416b142ad5068c836532..0b8250e539b8408a9eeb00ddca70a0c628882add 100644
|
| --- a/base/time/default_clock.h
|
| +++ b/base/time/default_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_DEFAULT_CLOCK_H_
|
| -#define BASE_DEFAULT_CLOCK_H_
|
| +#ifndef BASE_TIME_DEFAULT_CLOCK_H_
|
| +#define BASE_TIME_DEFAULT_CLOCK_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/compiler_specific.h"
|
| @@ -22,4 +22,4 @@ class BASE_EXPORT DefaultClock : public Clock {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_DEFAULT_CLOCK_H_
|
| +#endif // BASE_TIME_DEFAULT_CLOCK_H_
|
|
|