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

Unified Diff: chrome_frame/test/exception_barrier_unittest.cc

Issue 3705002: Roll gtest 445 -> 446 (Closed)
Patch Set: clang Created 10 years, 2 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/exception_barrier_unittest.cc
diff --git a/chrome_frame/test/exception_barrier_unittest.cc b/chrome_frame/test/exception_barrier_unittest.cc
index 73f006a21f2e5e96bd813af522a609787559d597..3274318cdd7e5b0aabb05118ace372f26479b6d9 100644
--- a/chrome_frame/test/exception_barrier_unittest.cc
+++ b/chrome_frame/test/exception_barrier_unittest.cc
@@ -168,7 +168,7 @@ TEST_F(ExceptionBarrierTest, RegisterUnregister) {
EXCEPTION_REGISTRATION registration;
::RegisterExceptionRecord(&registration, ExceptionBarrierHandler);
EXPECT_EQ(GetTopRegistration(), &registration);
- EXPECT_EQ(ExceptionBarrierHandler, registration.handler);
+ EXPECT_EQ(&ExceptionBarrierHandler, registration.handler);
EXPECT_EQ(top, registration.prev);
// test the whole chain for good measure
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698