Index: chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc |
diff --git a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc |
index 11092cb0182bb47e7243c8b11d6087ca479a39c3..8df798b0b7fdf1750aec8bde195c7ea5b2ec55ff 100644 |
--- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc |
+++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc |
@@ -16,7 +16,7 @@ namespace { |
const char* kValidSchemes[] = { |
chrome::kChromeUIScheme, |
chrome::kHttpScheme, |
- chrome::kHttpsScheme, |
+ content::kHttpsScheme, |
chrome::kFileScheme, |
chrome::kFtpScheme, |
content::kJavaScriptScheme, |