| Index: tests/FillPathTest.cpp | 
| diff --git a/tests/FillPathTest.cpp b/tests/FillPathTest.cpp | 
| index 0ddf4e2521f4db7cf91e41f03b45d258593b76b7..e0f3cf4490d9b38e80814bc09dcf9f5ac16c2c38 100644 | 
| --- a/tests/FillPathTest.cpp | 
| +++ b/tests/FillPathTest.cpp | 
| @@ -11,8 +11,6 @@ | 
| #include "SkScan.h" | 
| #include "SkBlitter.h" | 
|  | 
| -namespace { | 
| - | 
| struct FakeBlitter : public SkBlitter { | 
| FakeBlitter() | 
| : m_blitCount(0) | 
| @@ -25,8 +23,6 @@ struct FakeBlitter : public SkBlitter { | 
| int m_blitCount; | 
| }; | 
|  | 
| -} | 
| - | 
| // http://code.google.com/p/skia/issues/detail?id=87 | 
| // Lines which is not clipped by boundary based clipping, | 
| // but skipped after tessellation, should be cleared by the blitter. | 
|  |