| Index: cc/scrollbar_layer.h
|
| diff --git a/cc/scrollbar_layer.h b/cc/scrollbar_layer.h
|
| index ab0da73246f1895f9ddc0b7d879bba1bca516fa0..dcadfc2660b9e59834572c2cda111b7baf10b1ca 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_
|
|
|