Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index c7e498d204bab3811c6b60472f8370bf208c4775..e81746f4f69d26a3755508806806a36c478f404e 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -689,7 +689,7 @@ bool ProfileIOData::IsHandledProtocol(const std::string& scheme) { |
content::kFtpScheme, |
#endif // !defined(DISABLE_FTP_SUPPORT) |
chrome::kBlobScheme, |
- chrome::kFileSystemScheme, |
+ content::kFileSystemScheme, |
chrome::kChromeSearchScheme, |
}; |
for (size_t i = 0; i < arraysize(kProtocolList); ++i) { |