diff options
Diffstat (limited to 'base/perftimer.h')
-rw-r--r-- | base/perftimer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/perftimer.h b/base/perftimer.h index 81009dd..6274fee 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_ |