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

Unified Diff: printing/print_dialog_gtk_interface.h

Issue 8372030: Get printing working in Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More gyp fixes Created 9 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 | « chrome/browser/printing/print_dialog_gtk.cc ('k') | printing/printed_document_cairo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_dialog_gtk_interface.h
diff --git a/printing/print_dialog_gtk_interface.h b/printing/print_dialog_gtk_interface.h
index 22de95c82dd1118e9832f3ceab8a1fddf1d659ce..589ad719f1b80653d04cb93307d06ee62123f536 100644
--- a/printing/print_dialog_gtk_interface.h
+++ b/printing/print_dialog_gtk_interface.h
@@ -6,7 +6,7 @@
#define PRINTING_PRINT_DIALOG_GTK_INTERFACE_H_
#include "base/string16.h"
-#include "printing/printing_context_cairo.h"
+#include "printing/printing_context_gtk.h"
namespace printing {
@@ -32,7 +32,7 @@ class PrintDialogGtkInterface {
// Shows the dialog and handles the response with |callback|. Only used when
// printing with the native print dialog.
virtual void ShowDialog(
- PrintingContextCairo::PrintSettingsCallback* callback) = 0;
+ PrintingContextGtk::PrintSettingsCallback* callback) = 0;
// Prints the document named |document_name| contained in |metafile|.
// Called from the print worker thread. Once called, the
« no previous file with comments | « chrome/browser/printing/print_dialog_gtk.cc ('k') | printing/printed_document_cairo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698