| Index: content/test/gpu/gpu_test_config_unittest.cc
|
| diff --git a/content/test/gpu/gpu_test_config_unittest.cc b/content/test/gpu/gpu_test_config_unittest.cc
|
| index f58139f8ddc048f575f072d13bf2581119e01029..a87d215383754c426ebe082d957476e63c60af81 100644
|
| --- a/content/test/gpu/gpu_test_config_unittest.cc
|
| +++ b/content/test/gpu/gpu_test_config_unittest.cc
|
| @@ -148,7 +148,7 @@ TEST_F(GPUTestConfigTest, StringMatches) {
|
| config.set_gpu_device_id(0x0640);
|
| EXPECT_TRUE(config.IsValid());
|
|
|
| - EXPECT_TRUE(config.Matches(""));
|
| + EXPECT_TRUE(config.Matches(std::string()));
|
|
|
| // os matching
|
| EXPECT_TRUE(config.Matches("WIN"));
|
|
|