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

Unified Diff: printing/backend/cups_helper.h

Issue 7799003: Add printing.dll to the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | printing/backend/print_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/cups_helper.h
===================================================================
--- printing/backend/cups_helper.h (revision 99019)
+++ printing/backend/cups_helper.h (working copy)
@@ -8,6 +8,8 @@
#include <cups/cups.h>
+#include "printing/printing_export.h"
+
class GURL;
// These are helper functions for dealing with CUPS.
@@ -15,7 +17,7 @@
// Helper wrapper around http_t structure, with connection and cleanup
// functionality.
-class HttpConnectionCUPS {
+class PRINTING_EXPORT HttpConnectionCUPS {
public:
explicit HttpConnectionCUPS(const GURL& print_server_url);
~HttpConnectionCUPS();
« no previous file with comments | « no previous file | printing/backend/print_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698