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