Index: chrome/test/gpu/gpu_feature_browsertest.cc |
=================================================================== |
--- chrome/test/gpu/gpu_feature_browsertest.cc (revision 156701) |
+++ chrome/test/gpu/gpu_feature_browsertest.cc (working copy) |
@@ -70,8 +70,8 @@ |
void SetupBlacklist(const std::string& json_blacklist) { |
content::GPUInfo gpu_info; |
- GpuDataManager::GetInstance()->Initialize( |
- "0", json_blacklist, gpu_info); |
+ GpuDataManager::GetInstance()->InitializeForTesting( |
+ json_blacklist, gpu_info); |
} |
// If expected_reply is NULL, we don't check the reply content. |