| Index: components/web_view/navigation_entry.h
|
| diff --git a/components/web_view/navigation_entry.h b/components/web_view/navigation_entry.h
|
| index db3df6a54f374d7dea57ef3065c5cf7822854a4d..41630fd0ec88bbc650cc08eb66e2a5d26cdee978 100644
|
| --- a/components/web_view/navigation_entry.h
|
| +++ b/components/web_view/navigation_entry.h
|
| @@ -21,7 +21,7 @@ class NavigationEntry {
|
|
|
| // Builds a copy of the URLRequest that generated this navigation. This
|
| // method is heavyweight as it clones a few mojo pipes.
|
| - mojo::URLRequestPtr BuildURLRequest() const;
|
| + mojo::URLRequestPtr BuildURLRequest();
|
|
|
| private:
|
| // TODO(erg): This is not enough information to regenerate the state of the
|
|
|