summaryrefslogtreecommitdiffstats
path: root/components/html_viewer/html_frame_tree_manager.cc
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-09-02 10:26:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-02 17:27:07 +0000
commit23aa64ece88ad95a73a5d9721a9dd90538929017 (patch)
tree4c73aad840f8ba76463399a86b27c70ad3a861d1 /components/html_viewer/html_frame_tree_manager.cc
parent2725e88b8e928b53fc6d5fc06dbe35327d22923a (diff)
downloadchromium_src-23aa64ece88ad95a73a5d9721a9dd90538929017.zip
chromium_src-23aa64ece88ad95a73a5d9721a9dd90538929017.tar.gz
chromium_src-23aa64ece88ad95a73a5d9721a9dd90538929017.tar.bz2
Moves mandoline/tab into components/web_view part 1
This is just the move and fix up. I'll change namespaces next. BUG=521186 TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1307653005 Cr-Commit-Position: refs/heads/master@{#346954}
Diffstat (limited to 'components/html_viewer/html_frame_tree_manager.cc')
-rw-r--r--components/html_viewer/html_frame_tree_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/html_viewer/html_frame_tree_manager.cc b/components/html_viewer/html_frame_tree_manager.cc
index e2c64c3..32cfe71 100644
--- a/components/html_viewer/html_frame_tree_manager.cc
+++ b/components/html_viewer/html_frame_tree_manager.cc
@@ -16,7 +16,7 @@
#include "components/html_viewer/html_frame.h"
#include "components/html_viewer/html_frame_delegate.h"
#include "components/view_manager/public/cpp/view_tree_connection.h"
-#include "mandoline/tab/web_view_switches.h"
+#include "components/web_view/web_view_switches.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "third_party/WebKit/public/web/WebRemoteFrame.h"
#include "third_party/WebKit/public/web/WebTreeScopeType.h"