| Index: cc/layer_impl.h
|
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h
|
| index c9d69052b14079bf6721c9400b92f30ee9ef2c0e..d51f3d0efcd0f05355fadae8c8b3e73c7d1173d2 100644
|
| --- a/cc/layer_impl.h
|
| +++ b/cc/layer_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 CCLayerImpl_h
|
| -#define CCLayerImpl_h
|
| +#ifndef CC_LAYER_IMPL_H_
|
| +#define CC_LAYER_IMPL_H_
|
|
|
| #include <string>
|
|
|
| @@ -418,4 +418,4 @@ void sortLayers(std::vector<LayerImpl*>::iterator first, std::vector<LayerImpl*>
|
|
|
| }
|
|
|
| -#endif // CCLayerImpl_h
|
| +#endif // CC_LAYER_IMPL_H_
|
|
|