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

Unified Diff: printing/pdf_ps_metafile_cairo_unittest.cc

Issue 6594121: Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 months 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 | « printing/pdf_ps_metafile_cairo.h ('k') | printing/print_settings_initializer_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « printing/pdf_ps_metafile_cairo.h ('k') | printing/print_settings_initializer_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698