| Index: cc/video_layer.h
|
| diff --git a/cc/video_layer.h b/cc/video_layer.h
|
| index 94402193ec8600d513f8f2d97de7f137477b761d..0e86839eaf64eda501588d4a5607771381e0a123 100644
|
| --- a/cc/video_layer.h
|
| +++ b/cc/video_layer.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 VideoLayerChromium_h
|
| -#define VideoLayerChromium_h
|
| +#ifndef CC_VIDEO_LAYER_H_
|
| +#define CC_VIDEO_LAYER_H_
|
|
|
| #include "base/callback.h"
|
| #include "cc/cc_export.h"
|
| @@ -43,4 +43,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif
|
| +#endif // CC_VIDEO_LAYER_H_
|
|
|