| 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 818655398cbda97b91a30801a8655dd705e387fc..5a67ee5131deda23786096b2883128a543671a67 100644
|
| --- a/cc/test/occlusion_tracker_test_common.h
|
| +++ b/cc/test/occlusion_tracker_test_common.h
|
| @@ -9,7 +9,7 @@
|
| #include "cc/render_surface.h"
|
| #include "cc/render_surface_impl.h"
|
|
|
| -namespace WebKitTests {
|
| +namespace cc {
|
|
|
| // A subclass to expose the total current occlusion.
|
| template<typename LayerType, typename RenderSurfaceType>
|
| @@ -30,6 +30,6 @@ public:
|
| typedef TestOcclusionTrackerBase<cc::Layer, cc::RenderSurface> TestOcclusionTracker;
|
| typedef TestOcclusionTrackerBase<cc::LayerImpl, cc::RenderSurfaceImpl> TestOcclusionTrackerImpl;
|
|
|
| -}
|
| +} // namespace cc
|
|
|
| #endif // CC_TEST_OCCLUSION_TRACKER_TEST_COMMON_H_
|
|
|