| Index: cc/render_surface_impl.h
|
| diff --git a/cc/render_surface_impl.h b/cc/render_surface_impl.h
|
| index 654d6b83dc8bb47e8daf0532929e184f7b3e829f..ec851ff2e889f316b57c154a3bfc9326fe5de653 100644
|
| --- a/cc/render_surface_impl.h
|
| +++ b/cc/render_surface_impl.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 CCRenderSurface_h
|
| -#define CCRenderSurface_h
|
| +#ifndef CC_RENDER_SURFACE_IMPL_H_
|
| +#define CC_RENDER_SURFACE_IMPL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -126,4 +126,4 @@ private:
|
| };
|
|
|
| }
|
| -#endif
|
| +#endif // CC_RENDER_SURFACE_IMPL_H_
|
|
|