| Index: cc/test/occlusion_tracker_test_common.h
|
| diff --git a/cc/test/occlusion_tracker_test_common.h b/cc/test/occlusion_tracker_test_common.h
|
| index c515155d47490475bd5e7dcbc58a2a83a2d72b52..7619ad841976f511e01ef5dca39bb351eb1c1523 100644
|
| --- a/cc/test/occlusion_tracker_test_common.h
|
| +++ b/cc/test/occlusion_tracker_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 CCOcclusionTrackerTestCommon_h
|
| -#define CCOcclusionTrackerTestCommon_h
|
| +#ifndef CC_TEST_OCCLUSION_TRACKER_TEST_COMMON_H_
|
| +#define CC_TEST_OCCLUSION_TRACKER_TEST_COMMON_H_
|
|
|
| #include "Region.h"
|
| #include "cc/occlusion_tracker.h"
|
| @@ -33,4 +33,4 @@ typedef TestOcclusionTrackerBase<cc::LayerImpl, cc::RenderSurfaceImpl> TestOcclu
|
|
|
| }
|
|
|
| -#endif // CCOcclusionTrackerTestCommon_h
|
| +#endif // CC_TEST_OCCLUSION_TRACKER_TEST_COMMON_H_
|
|
|