| Index: content/browser/frame_host/render_view_host_manager.h
|
| diff --git a/content/browser/web_contents/render_view_host_manager.h b/content/browser/frame_host/render_view_host_manager.h
|
| similarity index 98%
|
| rename from content/browser/web_contents/render_view_host_manager.h
|
| rename to content/browser/frame_host/render_view_host_manager.h
|
| index 9162f107f77c476984005200efd08ab26950df6a..0278d547194593317e615b41d057da5b7bda09ea 100644
|
| --- a/content/browser/web_contents/render_view_host_manager.h
|
| +++ b/content/browser/frame_host/render_view_host_manager.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_WEB_CONTENTS_RENDER_VIEW_HOST_MANAGER_H_
|
| -#define CONTENT_BROWSER_WEB_CONTENTS_RENDER_VIEW_HOST_MANAGER_H_
|
| +#ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_VIEW_HOST_MANAGER_H_
|
| +#define CONTENT_BROWSER_FRAME_HOST_RENDER_VIEW_HOST_MANAGER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| @@ -386,4 +386,4 @@ class CONTENT_EXPORT RenderViewHostManager
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_WEB_CONTENTS_RENDER_VIEW_HOST_MANAGER_H_
|
| +#endif // CONTENT_BROWSER_FRAME_HOST_RENDER_VIEW_HOST_MANAGER_H_
|
|
|