| Index: cc/frame_rate_counter.h
|
| diff --git a/cc/frame_rate_counter.h b/cc/frame_rate_counter.h
|
| index bc1765bfbff816912ad4777f11bba639382b8b78..12ae7d722987998bfb333e5fe58f9ad14ae73be7 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"
|
| @@ -65,4 +65,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_FRAME_RATE_COUNTER_H_
|
|
|