| Index: cc/layer_impl.h
|
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h
|
| index 7f5d5dd0df52e93f1942ae535a067d9013d6a09d..952dc15d6d2c224a192738168a8ccefd7c97534a 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>
|
|
|
| @@ -417,4 +417,4 @@ void sortLayers(std::vector<LayerImpl*>::iterator first, std::vector<LayerImpl*>
|
|
|
| }
|
|
|
| -#endif // CCLayerImpl_h
|
| +#endif // CC_LAYER_IMPL_H_
|
|
|