| Index: content/browser/frame_host/navigator_delegate.h
|
| diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
|
| index 718c3b8cfd2831b9cf4e3d0839e4b8baa9ab0318..5669c5cd315baa3880efe05bfb8b659a8a2e5b54 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/strings/string16.h"
|
| #include "content/public/browser/invalidate_type.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| -#include "content/public/common/page_transition_types.h"
|
| +#include "ui/base/page_transition_types.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| class GURL;
|
| @@ -58,7 +58,7 @@ class CONTENT_EXPORT NavigatorDelegate {
|
| virtual void DidCommitProvisionalLoad(
|
| RenderFrameHostImpl* render_frame_host,
|
| const GURL& url,
|
| - PageTransition transition_type) {}
|
| + ui::PageTransition transition_type) {}
|
|
|
| // Handles post-navigation tasks in navigation BEFORE the entry has been
|
| // committed to the NavigationController.
|
|
|