Commit 402274e4 authored by fsamuel's avatar fsamuel Committed by Commit bot

Mustash: Move RenderWidgetHostViewMus from frame_host => renderer_host

We are not yet addressing the subframe case so renderer_host is a better
place for this file.

BUG=551250

Review URL: https://codereview.chromium.org/1467083002

Cr-Commit-Position: refs/heads/master@{#361057}
parent 9aed5d58
......@@ -432,8 +432,8 @@ source_set("browser") {
sources += [
"compositor/software_output_device_mus.cc",
"compositor/software_output_device_mus.h",
"frame_host/render_widget_host_view_mus.cc",
"frame_host/render_widget_host_view_mus.h",
"renderer_host/render_widget_host_view_mus.cc",
"renderer_host/render_widget_host_view_mus.h",
"web_contents/web_contents_view_mus.cc",
"web_contents/web_contents_view_mus.h",
]
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/frame_host/render_widget_host_view_mus.h"
#include "content/browser/renderer_host/render_widget_host_view_mus.h"
#include "content/browser/renderer_host/render_widget_host_impl.h"
......
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_MUS_H_
#define CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_MUS_H_
#ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MUS_H_
#define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MUS_H_
#include "base/macros.h"
#include "content/browser/renderer_host/render_widget_host_view_base.h"
......@@ -130,4 +130,4 @@ class CONTENT_EXPORT RenderWidgetHostViewMus : public RenderWidgetHostViewBase {
} // namespace content
#endif // CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_MUS_H_
#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MUS_H_
......@@ -5,7 +5,7 @@
#include "content/browser/web_contents/web_contents_view_mus.h"
#include "build/build_config.h"
#include "content/browser/frame_host/render_widget_host_view_mus.h"
#include "content/browser/renderer_host/render_widget_host_view_mus.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/browser/render_widget_host_view.h"
#include "third_party/WebKit/public/web/WebDragOperation.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment