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

Unified Diff: printing/pdf_render_settings.h

Issue 8174015: Fixing build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/pdf_render_settings.h
===================================================================
--- printing/pdf_render_settings.h (revision 104371)
+++ printing/pdf_render_settings.h (working copy)
@@ -35,7 +35,7 @@
namespace IPC {
template <>
struct SimilarTypeTraits<printing::PdfRenderSettings> {
- typedefprinting::PdfRenderSettingsBase Type;
+ typedef printing::PdfRenderSettingsBase Type;
};
} // namespace IPC
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698