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

Unified Diff: printing/printing_context_win.cc

Issue 149212: Move printing related stuff to the root printing project from the browser pro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/printing_context_win.cc
===================================================================
--- printing/printing_context_win.cc (revision 19957)
+++ printing/printing_context_win.cc (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/printing/win_printing_context.h"
+#include "printing/printing_context.h"
#include <winspool.h>
@@ -10,8 +10,7 @@
#include "base/message_loop.h"
#include "base/time.h"
#include "base/time_format.h"
-#include "chrome/browser/browser_process.h"
-#include "chrome/browser/printing/printed_document.h"
+#include "printing/printed_document.h"
#include "skia/ext/platform_device_win.h"
using base::Time;
@@ -144,8 +143,8 @@
#endif
dialog_box_(NULL),
dialog_box_dismissed_(false),
- abort_printing_(false),
- in_print_job_(false) {
+ in_print_job_(false),
+ abort_printing_(false) {
}
PrintingContext::~PrintingContext() {

Powered by Google App Engine
This is Rietveld 408576698