| Index: cc/debug_border_draw_quad.h
|
| diff --git a/cc/debug_border_draw_quad.h b/cc/debug_border_draw_quad.h
|
| index d07b3e09eade1fb4468e0644a51b87657c5943cb..165aa3e70f52967e310cd6813f9bdadf29262cf8 100644
|
| --- a/cc/debug_border_draw_quad.h
|
| +++ b/cc/debug_border_draw_quad.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 CCDebugBorderDrawQuad_h
|
| -#define CCDebugBorderDrawQuad_h
|
| +#ifndef CC_DEBUG_BORDER_DRAW_QUAD_H_
|
| +#define CC_DEBUG_BORDER_DRAW_QUAD_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/cc_export.h"
|
| @@ -33,4 +33,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // CC_DEBUG_BORDER_DRAW_QUAD_H_
|
|
|