Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: content/gpu/gpu_info_collector_unittest_win.cc

Issue 10022011: Use Scoped COM helpers for collecting GPU information (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License bump Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/gpu/gpu_info_collector_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
}
« no previous file with comments | « no previous file | content/gpu/gpu_info_collector_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698