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

Unified Diff: chrome/browser/printing/printing_message_filter.h

Issue 2484943004: Remove unused parts of IPC::ChannelHandle. (Closed)
Patch Set: Created 4 years, 1 month 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 | « android_webview/browser/aw_printing_message_filter.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printing_message_filter.h
diff --git a/chrome/browser/printing/printing_message_filter.h b/chrome/browser/printing/printing_message_filter.h
index ebba7d69f28f816f83ea5ddd459f48a93d2d6cba..b8b024a738648a70dccf8a804d63f4736b6b2758 100644
--- a/chrome/browser/printing/printing_message_filter.h
+++ b/chrome/browser/printing/printing_message_filter.h
@@ -16,6 +16,10 @@
#include "content/public/browser/browser_message_filter.h"
#include "printing/features/features.h"
+#if defined(OS_CHROMEOS) || defined(OS_ANDROID)
sky 2016/11/09 16:25:25 How come you need OS_CHROMEOS here? AFAICT it's on
Sam McNally 2016/11/09 20:54:58 Done.
+#include "base/file_descriptor_posix.h"
+#endif
+
struct PrintHostMsg_ScriptedPrint_Params;
class Profile;
« no previous file with comments | « android_webview/browser/aw_printing_message_filter.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698