| Index: content/browser/ssl/ssl_manager.h
|
| ===================================================================
|
| --- content/browser/ssl/ssl_manager.h (revision 115900)
|
| +++ content/browser/ssl/ssl_manager.h (working copy)
|
| @@ -20,12 +20,15 @@
|
|
|
| class LoadFromMemoryCacheDetails;
|
| class NavigationController;
|
| -class NavigationEntry;
|
| class ResourceDispatcherHost;
|
| class ResourceRedirectDetails;
|
| class ResourceRequestDetails;
|
| class SSLPolicy;
|
|
|
| +namespace content {
|
| +class NavigationEntryImpl;
|
| +}
|
| +
|
| namespace net {
|
| class SSLInfo;
|
| class URLRequest;
|
| @@ -110,7 +113,7 @@
|
| void DidChangeSSLInternalState();
|
|
|
| // Update the NavigationEntry with our current state.
|
| - void UpdateEntry(NavigationEntry* entry);
|
| + void UpdateEntry(content::NavigationEntryImpl* entry);
|
|
|
| // The backend for the SSLPolicy to actuate its decisions.
|
| SSLPolicyBackend backend_;
|
|
|