| Index: gpu/config/gpu_driver_bug_list_unittest.cc
|
| diff --git a/gpu/config/gpu_driver_bug_list_unittest.cc b/gpu/config/gpu_driver_bug_list_unittest.cc
|
| index 34a911eef1bf58b23253e0a3d755814330f5f854..e927e6c2c785b11fef1efb58bd8c2cd0c5e196f5 100644
|
| --- a/gpu/config/gpu_driver_bug_list_unittest.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_unittest.cc
|
| @@ -32,7 +32,8 @@ class GpuDriverBugListTest : public testing::Test {
|
| gpu_info_.driver_vendor = "NVIDIA";
|
| gpu_info_.driver_version = "1.6.18";
|
| gpu_info_.driver_date = "7-14-2009";
|
| - gpu_info_.machine_model = "MacBookPro 7.1";
|
| + gpu_info_.machine_model_name = "MacBookPro";
|
| + gpu_info_.machine_model_version = "7.1";
|
| gpu_info_.gl_vendor = "NVIDIA Corporation";
|
| gpu_info_.gl_renderer = "NVIDIA GeForce GT 120 OpenGL Engine";
|
| gpu_info_.performance_stats.graphics = 5.0;
|
|
|