| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 805af4a43f56de870968e4e99d307e4352a99171..13aed3388c14f6cdb680851b9080bb613f11f675 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -154,7 +154,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver {
|
| virtual void DidCommitProvisionalLoadForFrame(
|
| RenderFrameHost* render_frame_host,
|
| const GURL& url,
|
| - PageTransition transition_type) OVERRIDE;
|
| + ui::PageTransition transition_type) OVERRIDE;
|
|
|
| virtual void RenderViewReady() OVERRIDE;
|
| virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
|
|