Index: content/browser/renderer_host/render_widget_host_view_mus.h |
diff --git a/content/browser/frame_host/render_widget_host_view_mus.h b/content/browser/renderer_host/render_widget_host_view_mus.h |
similarity index 96% |
rename from content/browser/frame_host/render_widget_host_view_mus.h |
rename to content/browser/renderer_host/render_widget_host_view_mus.h |
index 07b15cf8ccb5c59ab8460285ed383e85abecf14d..9974e4100507d97dda90d76f15a58803e003bf62 100644 |
--- a/content/browser/frame_host/render_widget_host_view_mus.h |
+++ b/content/browser/renderer_host/render_widget_host_view_mus.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_ |