| 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 9a4b17b761f7ae74a9dc263c4099b31d0463b461..933a6aeb7c02e5f944fb72f57989c31e2b27075e 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
|
| +++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
|
| @@ -21,7 +21,7 @@ const char* kValidSchemes[] = {
|
| content::kFtpScheme,
|
| content::kJavaScriptScheme,
|
| chrome::kDataScheme,
|
| - chrome::kFileSystemScheme,
|
| + content::kFileSystemScheme,
|
| };
|
|
|
| } // namespace
|
|
|