diff options
Diffstat (limited to 'cc/image_layer.h')
-rw-r--r-- | cc/image_layer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/image_layer.h b/cc/image_layer.h index 9fdce93..f4f6cd7 100644 --- a/cc/image_layer.h +++ b/cc/image_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 ImageLayerChromium_h -#define ImageLayerChromium_h +#ifndef CC_IMAGE_LAYER_H_ +#define CC_IMAGE_LAYER_H_ #include "cc/cc_export.h" #include "cc/content_layer.h" @@ -43,4 +43,4 @@ private: } // namespace cc -#endif +#endif // CC_IMAGE_LAYER_H_ |