Index: printing/pdf_ps_metafile_cairo_unittest.cc |
=================================================================== |
--- printing/pdf_ps_metafile_cairo_unittest.cc (revision 76554) |
+++ printing/pdf_ps_metafile_cairo_unittest.cc (working copy) |
@@ -15,8 +15,6 @@ |
typedef struct _cairo cairo_t; |
-namespace { |
- |
class PdfPsTest : public testing::Test { |
protected: |
base::FileDescriptor DevNullFD() { |
@@ -24,10 +22,6 @@ |
} |
}; |
-} // namespace |
- |
-namespace printing { |
- |
TEST_F(PdfPsTest, Pdf) { |
// Tests in-renderer constructor. |
printing::PdfPsMetafile pdf; |
@@ -87,5 +81,3 @@ |
pdf3.GetData(WriteInto(&output, size + 1), size); |
EXPECT_EQ(test_raw_data, output); |
} |
- |
-} // namespace printing |