Index: content/browser/ssl/ssl_policy_backend.cc |
diff --git a/content/browser/ssl/ssl_policy_backend.cc b/content/browser/ssl/ssl_policy_backend.cc |
index 82c46535da37c09e11da642bfc0ec0ebc6043fa0..77689a9086d06063dda2ba1f38fb7fa6aa7e4cf9 100644 |
--- a/content/browser/ssl/ssl_policy_backend.cc |
+++ b/content/browser/ssl/ssl_policy_backend.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -9,7 +9,7 @@ |
#include "content/browser/tab_contents/navigation_controller.h" |
SSLPolicyBackend::SSLPolicyBackend(NavigationController* controller) |
- : ssl_host_state_(controller->profile()->GetSSLHostState()) { |
+ : ssl_host_state_(controller->browser_context()->GetSSLHostState()) { |
DCHECK(controller); |
} |