| Index: cc/occlusion_tracker.h
|
| diff --git a/cc/occlusion_tracker.h b/cc/occlusion_tracker.h
|
| index 7731a074320c49495c2d94536b732295d14da0ae..db4c8791488ecd4592ce0a7105b4e2f5e7ca66b6 100644
|
| --- a/cc/occlusion_tracker.h
|
| +++ b/cc/occlusion_tracker.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 CCOcclusionTracker_h
|
| -#define CCOcclusionTracker_h
|
| +#ifndef CC_OCCLUSION_TRACKER_H_
|
| +#define CC_OCCLUSION_TRACKER_H_
|
|
|
| #include "Region.h"
|
| #include "base/basictypes.h"
|
| @@ -105,4 +105,4 @@ typedef OcclusionTrackerBase<LayerImpl, RenderSurfaceImpl> OcclusionTrackerImpl;
|
|
|
| } // namespace cc
|
|
|
| -#endif // CCOcclusionTracker_h
|
| +#endif // CC_OCCLUSION_TRACKER_H_
|
|
|