| Index: cc/test/tiled_layer_test_common.h
|
| diff --git a/cc/test/tiled_layer_test_common.h b/cc/test/tiled_layer_test_common.h
|
| index 2b95222e2ec5c88ac206b6a14285c80442d3add5..2b0f13b8150a70d4b5f9062f405822e312488a8a 100644
|
| --- a/cc/test/tiled_layer_test_common.h
|
| +++ b/cc/test/tiled_layer_test_common.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 CCTiledLayerTestCommon_h
|
| -#define CCTiledLayerTestCommon_h
|
| +#ifndef CC_TEST_TILED_LAYER_TEST_COMMON_H_
|
| +#define CC_TEST_TILED_LAYER_TEST_COMMON_H_
|
|
|
| #include "Region.h"
|
| #include "cc/layer_updater.h"
|
| @@ -126,4 +126,4 @@ protected:
|
| };
|
|
|
| }
|
| -#endif // CCTiledLayerTestCommon_h
|
| +#endif // CC_TEST_TILED_LAYER_TEST_COMMON_H_
|
|
|