| Index: cc/test/test_common.h
|
| diff --git a/cc/test/test_common.h b/cc/test/test_common.h
|
| index 9c6c0cea3af7a65dab0ad93ce6bac0095cc22a73..eea843f868088b3ba201c8a82114d04227714b22 100644
|
| --- a/cc/test/test_common.h
|
| +++ b/cc/test/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 CCTestCommon_h
|
| -#define CCTestCommon_h
|
| +#ifndef CC_TEST_TEST_COMMON_H_
|
| +#define CC_TEST_TEST_COMMON_H_
|
|
|
| #include "cc/settings.h"
|
|
|
| @@ -19,4 +19,4 @@ public:
|
|
|
| } // namespace WebKitTests
|
|
|
| -#endif // CCTestCommon_h
|
| +#endif // CC_TEST_TEST_COMMON_H_
|
|
|