summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/PageOverlay.cpp
diff options
context:
space:
mode:
authoreseidel@chromium.org <eseidel@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-12-12 23:34:37 +0000
committereseidel@chromium.org <eseidel@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-12-12 23:34:37 +0000
commit74f4a0f45d16fc38e2ee58354f7f2f9f24fda213 (patch)
tree4f866a7a13adfcc41e5d69cd02f2e54b7419eea7 /third_party/WebKit/Source/web/PageOverlay.cpp
parent207d1604a9fea39735cb35454323f5379ab1ab8a (diff)
downloadchromium_src-74f4a0f45d16fc38e2ee58354f7f2f9f24fda213.zip
chromium_src-74f4a0f45d16fc38e2ee58354f7f2f9f24fda213.tar.gz
chromium_src-74f4a0f45d16fc38e2ee58354f7f2f9f24fda213.tar.bz2
Move page/Settings.* to frame/
Settings no longer depends on Page, with the exception of one remaining bug with the inspector: http://crbug.com/327476 page/Settings was by far the largest remaining layering violation from core/ code up into page/ but there are still several others to untangle. TBR=abarth@chromium.org BUG=305811 Review URL: https://codereview.chromium.org/114413005 git-svn-id: svn://svn.chromium.org/blink/trunk@163824 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/web/PageOverlay.cpp')
-rw-r--r--third_party/WebKit/Source/web/PageOverlay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/web/PageOverlay.cpp b/third_party/WebKit/Source/web/PageOverlay.cpp
index 9a04924..d9583aa 100644
--- a/third_party/WebKit/Source/web/PageOverlay.cpp
+++ b/third_party/WebKit/Source/web/PageOverlay.cpp
@@ -33,7 +33,7 @@
#include "WebViewClient.h"
#include "WebViewImpl.h"
#include "core/page/Page.h"
-#include "core/page/Settings.h"
+#include "core/frame/Settings.h"
#include "platform/graphics/GraphicsLayer.h"
#include "platform/graphics/GraphicsLayerClient.h"
#include "public/platform/WebLayer.h"