Index: net/tools/tld_cleanup/tld_cleanup_util.h |
diff --git a/net/tools/tld_cleanup/tld_cleanup_util.h b/net/tools/tld_cleanup/tld_cleanup_util.h |
index 5900206bac8612de26f8f5444e97f8d9a006552f..6b2e367dac92620388b671bb31449d696d39ac26 100644 |
--- a/net/tools/tld_cleanup/tld_cleanup_util.h |
+++ b/net/tools/tld_cleanup/tld_cleanup_util.h |
@@ -39,8 +39,7 @@ NormalizeResult NormalizeFile(const base::FilePath& in_filename, |
// Parses |data|, and converts it to the internal data format RuleMap. Returns |
// the most severe of the result codes encountered when normalizing the rules. |
-NormalizeResult NormalizeDataToRuleMap(const std::string data, |
- RuleMap* rules); |
+NormalizeResult NormalizeDataToRuleMap(const std::string data, RuleMap* rules); |
} // namespace tld_cleanup |
} // namespace net |