diff options
Diffstat (limited to 'chrome/browser/search/local_ntp_source.cc')
-rw-r--r-- | chrome/browser/search/local_ntp_source.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc index 38cbd7a..d1fde35 100644 --- a/chrome/browser/search/local_ntp_source.cc +++ b/chrome/browser/search/local_ntp_source.cc @@ -74,7 +74,7 @@ std::string LocalNtpSource::GetMimeType( path == kCloseBarActiveFilename) { return "image/png"; } - return std::string(); + return ""; } bool LocalNtpSource::ShouldServiceRequest( |