summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/browser/gpu_blacklist_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/gpu_blacklist_unittest.cc b/content/browser/gpu_blacklist_unittest.cc
index e2b496d..b5ed07a 100644
--- a/content/browser/gpu_blacklist_unittest.cc
+++ b/content/browser/gpu_blacklist_unittest.cc
@@ -14,7 +14,8 @@ TEST(GpuBlacklistTest, BlacklistLogic) {
gpu_info.SetVideoCardInfo(0x10de, // Vendor ID
0x0640); // Device ID
gpu_info.SetDriverInfo("NVIDIA", // Driver vendor
- "1.6.18"); // Driver Version
+ "1.6.18", // Driver Version
+ "7-14-2009"); // Driver date
gpu_info.SetLevel(GPUInfo::kComplete);
scoped_ptr<Version> os_version(Version::GetVersionFromString("10.6.4"));