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

Unified Diff: chrome/service/cloud_print/print_system_cups.cc

Issue 4167006: Mac cloud print proxy work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up condition Created 10 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
Index: chrome/service/cloud_print/print_system_cups.cc
diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc
index 99e3d1d4b92beed807d04191b62999718d9d4718..12548afa6109a9b548ae01435d45ba532cb0097c 100644
--- a/chrome/service/cloud_print/print_system_cups.cc
+++ b/chrome/service/cloud_print/print_system_cups.cc
@@ -7,7 +7,6 @@
#include <cups/cups.h>
#include <dlfcn.h>
#include <errno.h>
Lei Zhang 2010/10/29 18:46:42 You can also remove dlfcn.h and errno.h.
-#include <gcrypt.h>
#include <pthread.h>
#include <list>

Powered by Google App Engine
This is Rietveld 408576698