| 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
|
|
|