| Index: cc/video_layer_impl.h
|
| diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
|
| index ba300e5baaf17637df39ce8de44dc9757f29a4d9..03bf73679b24c51e948fbcb952287d6b995e3798 100644
|
| --- a/cc/video_layer_impl.h
|
| +++ b/cc/video_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 CCVideoLayerImpl_h
|
| -#define CCVideoLayerImpl_h
|
| +#ifndef CC_VIDEO_LAYER_IMPL_H_
|
| +#define CC_VIDEO_LAYER_IMPL_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/synchronization/lock.h"
|
| @@ -99,4 +99,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CCVideoLayerImpl_h
|
| +#endif // CC_VIDEO_LAYER_IMPL_H_
|
|
|