Index: content/browser/frame_host/navigation_request.h |
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h |
index 6b8374442cc35db4ceae6b309d4fabbf34a3b5ac..1ed3dc79151381c9379e8277884541c67d6ce699 100644 |
--- a/content/browser/frame_host/navigation_request.h |
+++ b/content/browser/frame_host/navigation_request.h |
@@ -123,9 +123,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate { |
return dest_site_instance_.get(); |
} |
- NavigationEntryImpl::RestoreType restore_type() const { |
- return restore_type_; |
- }; |
+ RestoreType restore_type() const { return restore_type_; }; |
bool is_view_source() const { return is_view_source_; }; |
@@ -223,7 +221,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate { |
// creation time. |
scoped_refptr<SiteInstanceImpl> source_site_instance_; |
scoped_refptr<SiteInstanceImpl> dest_site_instance_; |
- NavigationEntryImpl::RestoreType restore_type_; |
+ RestoreType restore_type_; |
bool is_view_source_; |
int bindings_; |