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

Unified Diff: chrome/browser/local_discovery/privet_http.h

Issue 552703002: Fix compilation on Windows with enable_printing=2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Sep 8 10:32:47 PDT 2014 Created 6 years, 3 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/browser/local_discovery/privet_http.h
diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
index 6556a67d833f9a9991812d82700aa5a5372ec801..f1ce658e18780bd961bbcaa9a1bd461a0f58f4b1 100644
--- a/chrome/browser/local_discovery/privet_http.h
+++ b/chrome/browser/local_discovery/privet_http.h
@@ -9,7 +9,6 @@
#include "base/callback.h"
#include "chrome/browser/local_discovery/privet_url_fetcher.h"
-#include "chrome/browser/local_discovery/pwg_raster_converter.h"
#include "net/base/host_port_pair.h"
namespace base {
@@ -26,6 +25,7 @@ class PdfRenderSettings;
namespace local_discovery {
+class PWGRasterConverter;
class PrivetHTTPClient;
// Represents a simple request that returns pure JSON.

Powered by Google App Engine
This is Rietveld 408576698