| Index: cc/debug_rect_history.h
|
| diff --git a/cc/debug_rect_history.h b/cc/debug_rect_history.h
|
| index 7f7de53383b0fcf2ba98ff6850a815615dda18da..ff2ea8dfd928758d3b46af8da3d169f7e82f8f6b 100644
|
| --- a/cc/debug_rect_history.h
|
| +++ b/cc/debug_rect_history.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 CCDebugRectHistory_h
|
| -#define CCDebugRectHistory_h
|
| +#ifndef CC_DEBUG_RECT_HISTORY_H_
|
| +#define CC_DEBUG_RECT_HISTORY_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -76,4 +76,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_DEBUG_RECT_HISTORY_H_
|
|
|