Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(646)

Unified Diff: content/browser/ssl/ssl_manager.h

Issue 8956059: Rename NavigationController to NavigationControllerImpl and put it into the content namespace. Al... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/site_instance_unittest.cc ('k') | content/browser/ssl/ssl_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/browser/site_instance_unittest.cc ('k') | content/browser/ssl/ssl_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698