diff options
Diffstat (limited to 'cc/test/layer_test_common.h')
-rw-r--r-- | cc/test/layer_test_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h index 4b32d82..7b6309f 100644 --- a/cc/test/layer_test_common.h +++ b/cc/test/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 CCLayerTestCommon_h -#define CCLayerTestCommon_h +#ifndef CC_TEST_LAYER_TEST_COMMON_H_ +#define CC_TEST_LAYER_TEST_COMMON_H_ namespace cc { class QuadList; @@ -20,4 +20,4 @@ extern const char* quadString; void verifyQuadsExactlyCoverRect(const cc::QuadList&, const gfx::Rect&); } // namespace LayerTestCommon -#endif // CCLayerTestCommon_h +#endif // CC_TEST_LAYER_TEST_COMMON_H_ |