diff options
Diffstat (limited to 'cc/io_surface_layer.h')
-rw-r--r-- | cc/io_surface_layer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h index 7dfc15c..69a9f60 100644 --- a/cc/io_surface_layer.h +++ b/cc/io_surface_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 IOSurfaceLayerChromium_h -#define IOSurfaceLayerChromium_h +#ifndef CC_IO_SURFACE_LAYER_H_ +#define CC_IO_SURFACE_LAYER_H_ #include "cc/cc_export.h" #include "cc/layer.h" @@ -31,4 +31,4 @@ private: }; } -#endif +#endif // CC_IO_SURFACE_LAYER_H_ |