diff options
Diffstat (limited to 'cc/scrollbar_layer.h')
-rw-r--r-- | cc/scrollbar_layer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/scrollbar_layer.h b/cc/scrollbar_layer.h index ab0da73..dcadfc2 100644 --- a/cc/scrollbar_layer.h +++ b/cc/scrollbar_layer.h @@ -3,8 +3,8 @@ // found in the LICENSE file. -#ifndef ScrollbarLayerChromium_h -#define ScrollbarLayerChromium_h +#ifndef CC_SCROLLBAR_LAYER_H_ +#define CC_SCROLLBAR_LAYER_H_ #include "cc/caching_bitmap_content_layer_updater.h" #include "cc/cc_export.h" @@ -63,4 +63,4 @@ private: }; } -#endif +#endif // CC_SCROLLBAR_LAYER_H_ |