Index: content/browser/webui/shared_resources_data_source.cc |
diff --git a/content/browser/webui/shared_resources_data_source.cc b/content/browser/webui/shared_resources_data_source.cc |
index 9f7e0a2069b238901d5fec72e716da9d00013f7e..54c0c4c77b3382dcfbf575902decd0bf52fd31a3 100644 |
--- a/content/browser/webui/shared_resources_data_source.cc |
+++ b/content/browser/webui/shared_resources_data_source.cc |
@@ -57,6 +57,6 @@ std::string SharedResourcesDataSource::GetMimeType( |
base::ThreadRestrictions::ScopedAllowIO allow_io; |
std::string mime_type; |
- net::GetMimeTypeFromFile(FilePath().AppendASCII(path), &mime_type); |
+ net::GetMimeTypeFromFile(base::FilePath().AppendASCII(path), &mime_type); |
return mime_type; |
} |