| Index: cc/layer_tiling_data.h
|
| diff --git a/cc/layer_tiling_data.h b/cc/layer_tiling_data.h
|
| index 97fdbb075fcc1b05c1ef55b9bd6391e1a0e0eedc..36a029a661d0547788501babb4ac8c6b49b9ae0f 100644
|
| --- a/cc/layer_tiling_data.h
|
| +++ b/cc/layer_tiling_data.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
|
|
| -#ifndef CCLayerTilingData_h
|
| -#define CCLayerTilingData_h
|
| +#ifndef CC_LAYER_TILING_DATA_H_
|
| +#define CC_LAYER_TILING_DATA_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -86,4 +86,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // CC_LAYER_TILING_DATA_H_
|
|
|