summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/infobar_unittests.cc
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-07 14:15:36 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-07 14:15:36 +0000
commit2c5c9d596ad422529c88b47db2b60eff9410cde0 (patch)
tree0625f8f8cb92d6c5ec93efb6892beb13bc6a43bb /chrome_frame/test/infobar_unittests.cc
parent4ba14e1044e2e837a8c81894df156e4fd4be86bd (diff)
downloadchromium_src-2c5c9d596ad422529c88b47db2b60eff9410cde0.zip
chromium_src-2c5c9d596ad422529c88b47db2b60eff9410cde0.tar.gz
chromium_src-2c5c9d596ad422529c88b47db2b60eff9410cde0.tar.bz2
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
Diffstat (limited to 'chrome_frame/test/infobar_unittests.cc')
-rw-r--r--chrome_frame/test/infobar_unittests.cc2
1 files changed, 1 insertions, 1 deletions
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<typename T> class MockDelegate
virtual ~MockDelegate() { Die(); }
MOCK_METHOD0(Die, void());
MOCK_METHOD1(AdjustDisplacedWindowDimensions, void(RECT* rect));
-}; // class MockDelegate
+}; // clas MockDelegate
template<typename T> T* Initialize(T* t,
HWND hwnd,