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

Unified Diff: android_webview/browser/renderer_host/print_manager.cc

Issue 822133003: Refactor webview to use //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 5 years, 11 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
« no previous file with comments | « android_webview/browser/aw_printing_message_filter.cc ('k') | android_webview/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/renderer_host/print_manager.cc
diff --git a/android_webview/browser/renderer_host/print_manager.cc b/android_webview/browser/renderer_host/print_manager.cc
index 14c2ace73c418fa7108e91e5eee3d0279a4ed0a1..ba29619b17b6014526a92b9ddd9d9e2967b69618 100644
--- a/android_webview/browser/renderer_host/print_manager.cc
+++ b/android_webview/browser/renderer_host/print_manager.cc
@@ -5,12 +5,12 @@
#include "android_webview/browser/renderer_host/print_manager.h"
#include "android_webview/browser/aw_browser_context.h"
-#include "android_webview/common/print_messages.h"
#include "android_webview/common/render_view_messages.h"
#include "base/android/scoped_java_ref.h"
#include "base/callback.h"
#include "base/files/file_util.h"
#include "base/logging.h"
+#include "components/printing/common/print_messages.h"
#include "content/public/browser/browser_thread.h"
#include "printing/print_settings.h"
« no previous file with comments | « android_webview/browser/aw_printing_message_filter.cc ('k') | android_webview/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698