| Index: components/web_view/navigation_entry.cc
|
| diff --git a/components/web_view/navigation_entry.cc b/components/web_view/navigation_entry.cc
|
| index 0b3aaa86fa0b2fa45f42b31e7861073a23ee88b6..f054fd10582df3a32a54e24d0dfd9ee5cf3336d1 100644
|
| --- a/components/web_view/navigation_entry.cc
|
| +++ b/components/web_view/navigation_entry.cc
|
| @@ -14,7 +14,7 @@ NavigationEntry::NavigationEntry(const GURL& raw_url)
|
|
|
| NavigationEntry::~NavigationEntry() {}
|
|
|
| -mojo::URLRequestPtr NavigationEntry::BuildURLRequest() const {
|
| +mojo::URLRequestPtr NavigationEntry::BuildURLRequest() {
|
| return url_request_.Clone();
|
| }
|
|
|
|
|