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

Unified Diff: printing/pdf_ps_metafile_cairo.h

Issue 1432003: Minor C++ fixes found by Clang. (Closed)
Patch Set: rebase Created 10 years, 9 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
Index: printing/pdf_ps_metafile_cairo.h
diff --git a/printing/pdf_ps_metafile_cairo.h b/printing/pdf_ps_metafile_cairo.h
index eff10d11754e8cb93523c846cc4add750d62fc3c..9930f5bd072a00ba55869210bd7a808aa0ae3815 100644
--- a/printing/pdf_ps_metafile_cairo.h
+++ b/printing/pdf_ps_metafile_cairo.h
@@ -13,7 +13,7 @@ typedef struct _cairo_surface cairo_surface_t;
typedef struct _cairo cairo_t;
namespace base {
-class FileDescriptor;
+struct FileDescriptor;
}
class FilePath;

Powered by Google App Engine
This is Rietveld 408576698