commit | b3a97b552e3e46a0172c6b92645a2f8319f5397d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 09 06:25:05 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 09 06:25:05 2014 |
tree | e2ededb8e1931536506cfbd560d31528b813f158 | |
parent | 943a996f1de93d9de66b7fb02375702fdae6edf3 [diff] [blame] |
Move webpreferences.* from webkit/ to content/ BUG=338338 TEST=None [email protected] [email protected] # for android_webview [email protected] # for components/plugins [email protected] # for ppapi Review URL: https://codereview.chromium.org/357203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281978 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc index 0f8ab4a..bf087010 100644 --- a/chrome/browser/printing/print_dialog_cloud.cc +++ b/chrome/browser/printing/print_dialog_cloud.cc
@@ -41,7 +41,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" @@ -115,6 +115,7 @@ using content::NavigationEntry; using content::RenderViewHost; using content::WebContents; +using content::WebPreferences; using content::WebUIMessageHandler; using ui::WebDialogDelegate;