| Index: cc/frame_rate_counter.h
|
| diff --git a/cc/frame_rate_counter.h b/cc/frame_rate_counter.h
|
| index 008c2f30e5551f3de73e21506c3fefb3429d5e5d..f9b770a1b8803d5be31798c99617c3aec478309c 100644
|
| --- a/cc/frame_rate_counter.h
|
| +++ b/cc/frame_rate_counter.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 CCFrameRateCounter_h
|
| -#define CCFrameRateCounter_h
|
| +#ifndef CC_FRAME_RATE_COUNTER_H_
|
| +#define CC_FRAME_RATE_COUNTER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -63,4 +63,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_FRAME_RATE_COUNTER_H_
|
|
|