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

Unified Diff: chrome/browser/printing/print_dialog_cloud.cc

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 6 years, 6 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/browser/printing/print_dialog_cloud.cc
diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc
index 6d92817a77383155be327ab1cfa17a8e14607b04..ec1eaaa2136eccd6ce320462c2d568293634941e 100644
--- a/chrome/browser/printing/print_dialog_cloud.cc
+++ b/chrome/browser/printing/print_dialog_cloud.cc
@@ -39,7 +39,7 @@
#include "content/public/browser/web_contents_observer.h"
#include "content/public/browser/web_ui.h"
#include "content/public/common/frame_navigate_params.h"
-#include "webkit/common/webpreferences.h"
+#include "content/public/common/web_preferences.h"
#if defined(USE_AURA)
#include "ui/aura/window.h"
@@ -113,6 +113,7 @@ using content::NavigationController;
using content::NavigationEntry;
using content::RenderViewHost;
using content::WebContents;
+using content::WebPreferences;
using content::WebUIMessageHandler;
using ui::WebDialogDelegate;

Powered by Google App Engine
This is Rietveld 408576698