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

Unified Diff: chrome_frame/test/infobar_unittests.cc

Issue 8832006: Reverts a commit that caused ASAN failures, and 2 dependent commits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « chrome/browser/safe_browsing/malware_details_unittest.cc ('k') | net/base/test_completion_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/infobar_unittests.cc
diff --git a/chrome_frame/test/infobar_unittests.cc b/chrome_frame/test/infobar_unittests.cc
index 6b3ee39cd916e1fc9a8a63717eaf2ca32a396f43..6704e296aede77687ca20e2446fb2380cb7f17a5 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,
« no previous file with comments | « chrome/browser/safe_browsing/malware_details_unittest.cc ('k') | net/base/test_completion_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698