| Index: content/public/browser/navigation_entry.h
|
| diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h
|
| index 773028116e51afb538ecc9e21e0767de0cda758a..850fdb4b57264d90d120b5ffed20fdfaffdf5357 100644
|
| --- a/content/public/browser/navigation_entry.h
|
| +++ b/content/public/browser/navigation_entry.h
|
| @@ -85,7 +85,7 @@ class NavigationEntry {
|
| // the format is modified in the future, we should still be able to deal with
|
| // older versions.
|
| virtual void SetPageState(const PageState& state) = 0;
|
| - virtual const PageState& GetPageState() const = 0;
|
| + virtual PageState GetPageState() const = 0;
|
|
|
| // Describes the current page that the tab represents. This is the ID that the
|
| // renderer generated for the page and is how we can tell new versus
|
|
|