| Index: cc/test/render_pass_test_common.h
|
| diff --git a/cc/test/render_pass_test_common.h b/cc/test/render_pass_test_common.h
|
| index d9c137ce991208f0a715d25bfb358192aac0798b..a77747e5a179864e47082aab553866529f7ab392 100644
|
| --- a/cc/test/render_pass_test_common.h
|
| +++ b/cc/test/render_pass_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 CCRenderPassTestCommon_h
|
| -#define CCRenderPassTestCommon_h
|
| +#ifndef CC_TEST_RENDER_PASS_TEST_COMMON_H_
|
| +#define CC_TEST_RENDER_PASS_TEST_COMMON_H_
|
|
|
| #include "cc/render_pass.h"
|
|
|
| @@ -28,4 +28,4 @@ protected:
|
|
|
| } // namespace WebKitTests
|
|
|
| -#endif // CCRenderPassTestCommon_h
|
| +#endif // CC_TEST_RENDER_PASS_TEST_COMMON_H_
|
|
|