| Index: content/browser/frame_host/navigation_entry_impl.h
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
|
| index 8d97ef39871055859583b4c36a48b7e4d78c0423..9a13f654b3ac6d494ce3e6fee79e232e1fab5330 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -89,7 +89,7 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| void SetTitle(const base::string16& title) override;
|
| const base::string16& GetTitle() const override;
|
| void SetPageState(const PageState& state) override;
|
| - const PageState& GetPageState() const override;
|
| + PageState GetPageState() const override;
|
| void SetPageID(int page_id) override;
|
| int32 GetPageID() const override;
|
| const base::string16& GetTitleForDisplay(
|
|
|