| Index: content/gpu/gpu_info_collector_unittest_win.cc
|
| diff --git a/content/gpu/gpu_info_collector_unittest_win.cc b/content/gpu/gpu_info_collector_unittest_win.cc
|
| index 145b3a97dfa6e17ca77f63b70d3ebb898ba4ec5a..86e876e9fe2e1c990f9920fb7490634022375789 100644
|
| --- a/content/gpu/gpu_info_collector_unittest_win.cc
|
| +++ b/content/gpu/gpu_info_collector_unittest_win.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -32,7 +32,6 @@ class GPUInfoTest : public testing::Test {
|
| Return(D3D_OK)));
|
| EXPECT_CALL(d3d_, QueryInterface(__uuidof(IDirect3D9Ex), _))
|
| .WillOnce(Return(E_NOINTERFACE));
|
| - EXPECT_CALL(d3d_, Release());
|
| }
|
| void TearDown() {
|
| }
|
|
|