From 2c5c9d596ad422529c88b47db2b60eff9410cde0 Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Wed, 7 Dec 2011 14:15:36 +0000 Subject: Reverts a commit that caused ASAN failures, and 2 dependent commits. The primary commit was 113249, the dependents were 113261, 113263. This is a speculative revert, r113249 is by far the likeliest culprit in the blamelist of build http://build.chromium.org/p/chromium.memory/builders/ASAN%20Tests%20%282%29/builds/2325 which is where we started seeing the ASAN failures in question, will un-revert if it does not fix the problem. TBR=jhawkins@chromium.org BUG=none Review URL: http://codereview.chromium.org/8832006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113387 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/test/infobar_unittests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/test/infobar_unittests.cc') diff --git a/chrome_frame/test/infobar_unittests.cc b/chrome_frame/test/infobar_unittests.cc index 6b3ee39..6704e29 100644 --- a/chrome_frame/test/infobar_unittests.cc +++ b/chrome_frame/test/infobar_unittests.cc @@ -97,7 +97,7 @@ template class MockDelegate virtual ~MockDelegate() { Die(); } MOCK_METHOD0(Die, void()); MOCK_METHOD1(AdjustDisplacedWindowDimensions, void(RECT* rect)); -}; // class MockDelegate +}; // clas MockDelegate template T* Initialize(T* t, HWND hwnd, -- cgit v1.1