| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index e3aef3e3a25b3112ae7bf29add8f636fff711979..55db98c4cb1e8dfe5c65c8c635aebf4a4b0dfa35 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -11,11 +11,11 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "content/public/common/content_client.h"
|
| -#include "content/public/common/page_transition_types.h"
|
| #include "ipc/ipc_message.h"
|
| #include "third_party/WebKit/public/web/WebNavigationPolicy.h"
|
| #include "third_party/WebKit/public/web/WebNavigationType.h"
|
| #include "third_party/WebKit/public/web/WebPageVisibilityState.h"
|
| +#include "ui/base/page_transition_types.h"
|
| #include "v8/include/v8.h"
|
|
|
| class GURL;
|
| @@ -213,7 +213,7 @@ class CONTENT_EXPORT ContentRendererClient {
|
| // Notifies the embedder that the given frame is requesting the resource at
|
| // |url|. If the function returns true, the url is changed to |new_url|.
|
| virtual bool WillSendRequest(blink::WebFrame* frame,
|
| - PageTransition transition_type,
|
| + ui::PageTransition transition_type,
|
| const GURL& url,
|
| const GURL& first_party_for_cookies,
|
| GURL* new_url);
|
|
|