| Index: content/public/browser/render_frame_host.h
|
| diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
|
| index 39ef3676631ec7140d4d141398cab27bbf795619..565ef1e8934f485dde12be6e3346527c5110cce3 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_PUBLIC_BROWSER_RENDER_FRAME_HOST_H_
|
|
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/callback_forward.h"
|
| #include "build/build_config.h"
|
| @@ -105,7 +106,7 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
|
| virtual bool IsCrossProcessSubframe() = 0;
|
|
|
| // Returns the last committed URL of the frame.
|
| - virtual const GURL& GetLastCommittedURL() = 0;
|
| + virtual const GURL& GetLastCommittedURL() const = 0;
|
|
|
| // Returns the last committed origin of the frame.
|
| //
|
|
|