| Index: cc/geometry_binding.h
|
| diff --git a/cc/geometry_binding.h b/cc/geometry_binding.h
|
| index 89b604f193ba9423e4db4904f67eb0b653b3ad0a..717ec6b099a84abd14babdc6f29257f755b705cd 100644
|
| --- a/cc/geometry_binding.h
|
| +++ b/cc/geometry_binding.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 GeometryBinding_h
|
| -#define GeometryBinding_h
|
| +#ifndef CC_GEOMETRY_BINDING_H_
|
| +#define CC_GEOMETRY_BINDING_H_
|
|
|
| namespace gfx {
|
| class RectF;
|
| @@ -43,4 +43,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_GEOMETRY_BINDING_H_
|
|
|