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 8df798b0b7fdf1750aec8bde195c7ea5b2ec55ff..aca20fbd4ec55bc3d8be7d58ff028c3f1d9cd6fb 100644 |
--- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc |
+++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc |
@@ -15,7 +15,7 @@ namespace { |
// URL schemes for which we'll send events. |
const char* kValidSchemes[] = { |
chrome::kChromeUIScheme, |
- chrome::kHttpScheme, |
+ content::kHttpScheme, |
content::kHttpsScheme, |
chrome::kFileScheme, |
chrome::kFtpScheme, |