| Index: content/browser/gpu/gpu_pixel_browsertest.cc
|
| diff --git a/content/browser/gpu/gpu_pixel_browsertest.cc b/content/browser/gpu/gpu_pixel_browsertest.cc
|
| index e146a08637043f6ad8b6b1da94ed9b8d43993c9f..758d2b4efd2d90f080ad0216b85b3003af127ff2 100644
|
| --- a/content/browser/gpu/gpu_pixel_browsertest.cc
|
| +++ b/content/browser/gpu/gpu_pixel_browsertest.cc
|
| @@ -147,7 +147,7 @@ class GpuPixelBrowserTest : public ContentBrowserTest {
|
| "DISABLED_", "FLAKY_", "FAILS_", "MANUAL_"};
|
| for (size_t i = 0; i < arraysize(test_status_prefixes); ++i) {
|
| ReplaceFirstSubstringAfterOffset(
|
| - &test_name_, 0, test_status_prefixes[i], "");
|
| + &test_name_, 0, test_status_prefixes[i], std::string());
|
| }
|
|
|
| ui::DisableTestCompositor();
|
|
|