| Index: base/perftimer.h
|
| diff --git a/base/perftimer.h b/base/perftimer.h
|
| index 81009dd50a6b08936bd03e3ffa6d12ce9f75234e..6274fee25d68cfb2221a90e18bbc7cd8d5aa8a55 100644
|
| --- a/base/perftimer.h
|
| +++ b/base/perftimer.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_PERFTTIMER_H_
|
| -#define BASE_PERFTTIMER_H_
|
| +#ifndef BASE_PERFTIMER_H_
|
| +#define BASE_PERFTIMER_H_
|
|
|
| #include <string>
|
| #include "base/basictypes.h"
|
| @@ -78,4 +78,4 @@ class PerfTimeLogger {
|
| PerfTimer timer_;
|
| };
|
|
|
| -#endif // BASE_PERFTTIMER_H_
|
| +#endif // BASE_PERFTIMER_H_
|
|
|