summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc')
-rw-r--r--chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc16
1 files changed, 8 insertions, 8 deletions
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 8356221..9cd4349 100644
--- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
+++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
@@ -14,14 +14,14 @@ namespace {
// URL schemes for which we'll send events.
const char* kValidSchemes[] = {
- content::kChromeUIScheme,
- content::kHttpScheme,
- content::kHttpsScheme,
- content::kFileScheme,
- content::kFtpScheme,
- content::kJavaScriptScheme,
- content::kDataScheme,
- content::kFileSystemScheme,
+ content::kChromeUIScheme,
+ url::kHttpScheme,
+ url::kHttpsScheme,
+ content::kFileScheme,
+ content::kFtpScheme,
+ content::kJavaScriptScheme,
+ content::kDataScheme,
+ content::kFileSystemScheme,
};
} // namespace