summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google/google_util_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google/google_util_unittest.cc')
-rw-r--r--chrome/browser/google/google_util_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/google/google_util_unittest.cc b/chrome/browser/google/google_util_unittest.cc
index 75b7067..cf4c610 100644
--- a/chrome/browser/google/google_util_unittest.cc
+++ b/chrome/browser/google/google_util_unittest.cc
@@ -53,7 +53,7 @@ TEST(GoogleUtilTest, GoodHomePagesSecure) {
}
TEST(GoogleUtilTest, BadHomePages) {
- EXPECT_FALSE(IsGoogleHomePageUrl(std::string()));
+ EXPECT_FALSE(IsGoogleHomePageUrl(""));
// If specified, only the "www" subdomain is OK.
EXPECT_FALSE(IsGoogleHomePageUrl("http://maps.google.com"));
@@ -237,7 +237,7 @@ TEST(GoogleUtilTest, BadSearches) {
"http://www.google.com/search/nogood?q=something"));
EXPECT_FALSE(IsGoogleSearchUrl(
"http://www.google.com/webhp/nogood#q=something"));
- EXPECT_FALSE(IsGoogleSearchUrl(std::string()));
+ EXPECT_FALSE(IsGoogleSearchUrl(""));
// Case sensitive paths.
EXPECT_FALSE(IsGoogleSearchUrl(