Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3703)

Unified Diff: cc/test/occlusion_tracker_test_common.h

Issue 11474050: cc: Unify namespaces for all test files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/mock_quad_culler.cc ('k') | cc/test/paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/test/mock_quad_culler.cc ('k') | cc/test/paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698