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

Unified Diff: cc/tile_priority_unittest.cc

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/tiled_layer_test_common.cc ('k') | cc/tiled_layer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_priority_unittest.cc
diff --git a/cc/tile_priority_unittest.cc b/cc/tile_priority_unittest.cc
index f1576cdff0d8e09228bbc90f5411e3379f920e93..bcca044f7733132dcd5af1d1097e831340c90709 100644
--- a/cc/tile_priority_unittest.cc
+++ b/cc/tile_priority_unittest.cc
@@ -7,6 +7,7 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace cc {
+namespace {
TEST(TilePriorityTest, TimeForBoundsToIntersectWithScroll) {
gfx::Rect target(0, 0, 800, 600);
@@ -60,4 +61,5 @@ TEST(TilePriorityTest, ManhattanDistanceBetweenRects) {
gfx::Rect(0, 0, 100, 100), gfx::Rect(200, 200, 100, 100)));
}
+} // namespace
} // namespace cc
« no previous file with comments | « cc/test/tiled_layer_test_common.cc ('k') | cc/tiled_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698