| Index: cc/skpicture_content_layer_updater.h
|
| diff --git a/cc/skpicture_content_layer_updater.h b/cc/skpicture_content_layer_updater.h
|
| index 6f02c635a98b998edd689ed9fffbfab79ae7b61a..6a05972ff8bd10fa7e418b64f5d389ca232049b5 100644
|
| --- a/cc/skpicture_content_layer_updater.h
|
| +++ b/cc/skpicture_content_layer_updater.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
|
|
| -#ifndef SkPictureContentLayerUpdater_h
|
| -#define SkPictureContentLayerUpdater_h
|
| +#ifndef CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
| +#define CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
|
|
| #include "cc/content_layer_updater.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| @@ -58,4 +58,4 @@ private:
|
| };
|
|
|
| } // namespace cc
|
| -#endif // SkPictureContentLayerUpdater_h
|
| +#endif // CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
|
|
|