| Index: content/browser/frame_host/render_frame_proxy_host.h
|
| diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
|
| index d6d5f8e8540d66b53a4383969e4f723daeef9646..390de28e6b8f7dab227fcbe932164a2d7bce04d3 100644
|
| --- a/content/browser/frame_host/render_frame_proxy_host.h
|
| +++ b/content/browser/frame_host/render_frame_proxy_host.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_PROXY_HOST_H_
|
| #define CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_PROXY_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/browser/frame_host/render_frame_host_impl.h"
|
| #include "content/browser/site_instance_impl.h"
|
| @@ -129,7 +132,7 @@ class RenderFrameProxyHost
|
| void OnDetach();
|
| void OnOpenURL(const FrameHostMsg_OpenURL_Params& params);
|
| void OnRouteMessageEvent(const FrameMsg_PostMessage_Params& params);
|
| - void OnDidChangeOpener(int32 opener_routing_id);
|
| + void OnDidChangeOpener(int32_t opener_routing_id);
|
| void OnAdvanceFocus(blink::WebFocusType type, int32_t source_routing_id);
|
| void OnFrameFocused();
|
|
|
|
|