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

Unified Diff: chrome/service/cloud_print/printer_job_queue_handler.h

Issue 566693002: Use file handles to interact with utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Sep 15 03:22:54 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/service/cloud_print/printer_job_queue_handler.h
diff --git a/chrome/service/cloud_print/printer_job_queue_handler.h b/chrome/service/cloud_print/printer_job_queue_handler.h
index ef9dac51ee6a048790dd44e7fb21175a5a0dcbc6..587268204d58fac7cee353ad38654b21e7613627 100644
--- a/chrome/service/cloud_print/printer_job_queue_handler.h
+++ b/chrome/service/cloud_print/printer_job_queue_handler.h
@@ -18,7 +18,7 @@
#include "chrome/common/cloud_print/cloud_print_constants.h"
namespace base {
- class DictionaryValue;
+class DictionaryValue;
}
namespace cloud_print {

Powered by Google App Engine
This is Rietveld 408576698