From da4dfc470626ec77c6eb3ace17e0ef009bb7f32f Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 12 Oct 2011 15:53:56 +0000 Subject: Move view_types to content\public\common. Also update the enum values to match the convention that we're using for the Content API. BUG=98716 Review URL: http://codereview.chromium.org/8232024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105083 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/renderer_host/render_view_host_delegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/browser/renderer_host/render_view_host_delegate.h') diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h index f917ad7..8b1126d 100644 --- a/content/browser/renderer_host/render_view_host_delegate.h +++ b/content/browser/renderer_host/render_view_host_delegate.h @@ -16,8 +16,8 @@ #include "base/string16.h" #include "base/values.h" #include "content/common/content_export.h" -#include "content/common/view_types.h" #include "content/common/window_container_type.h" +#include "content/public/common/view_types.h" #include "ipc/ipc_channel.h" #include "net/base/load_states.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h" @@ -209,7 +209,7 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener { virtual BackgroundContents* GetAsBackgroundContents(); // Return type of RenderView which is attached with this object. - virtual content::ViewType::Type GetRenderViewType() const = 0; + virtual content::ViewType GetRenderViewType() const = 0; // The RenderView is being constructed (message sent to the renderer process // to construct a RenderView). Now is a good time to send other setup events -- cgit v1.1