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

Unified Diff: printing/image_linux.cc

Issue 23116003: Adds PrintingContext implementation stub for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes some build targets and try bots. Some other nits. Created 7 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
Index: printing/image_linux.cc
diff --git a/printing/image_linux.cc b/printing/image_linux.cc
index 3968cfd993fc625b2ac7703a76bdb496d632f28c..d89c4e9d80898f8e61773676401ce0fd89517bb6 100644
--- a/printing/image_linux.cc
+++ b/printing/image_linux.cc
@@ -4,8 +4,6 @@
#include "printing/image.h"
-#include "base/logging.h"
-
namespace printing {
bool Image::LoadMetafile(const Metafile& metafile) {

Powered by Google App Engine
This is Rietveld 408576698