| Index: chrome/browser/importer/firefox_importer_utils.cc
|
| ===================================================================
|
| --- chrome/browser/importer/firefox_importer_utils.cc (revision 181040)
|
| +++ chrome/browser/importer/firefox_importer_utils.cc (working copy)
|
| @@ -35,7 +35,7 @@
|
|
|
| // TemplateURLParser::ParameterFilter method.
|
| virtual bool KeepParameter(const std::string& key,
|
| - const std::string& value) {
|
| + const std::string& value) OVERRIDE {
|
| std::string low_value = StringToLowerASCII(value);
|
| if (low_value.find("mozilla") != std::string::npos ||
|
| low_value.find("firefox") != std::string::npos ||
|
|
|