Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: extensions/common/matcher/substring_set_matcher_unittest.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/extension_resource_unittest.cc ('k') | extensions/common/matcher/url_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/matcher/substring_set_matcher_unittest.cc
diff --git a/extensions/common/matcher/substring_set_matcher_unittest.cc b/extensions/common/matcher/substring_set_matcher_unittest.cc
index 4152ff97f02fe269e901b386aa8cc225e2a01fa5..fde65bf2dca1e606af306467f69510331036ceb9 100644
--- a/extensions/common/matcher/substring_set_matcher_unittest.cc
+++ b/extensions/common/matcher/substring_set_matcher_unittest.cc
@@ -117,7 +117,7 @@ TEST(SubstringSetMatcherTest, TestMatcher) {
// String abcde
// Pattern 1
// Pattern 2 abcdef
- TestTwoPatterns("abcde", "", "abcdef", true, false);
+ TestTwoPatterns("abcde", std::string(), "abcdef", true, false);
}
TEST(SubstringSetMatcherTest, RegisterAndRemove) {
« no previous file with comments | « extensions/common/extension_resource_unittest.cc ('k') | extensions/common/matcher/url_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698