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

Unified Diff: testing/gmock/include/gmock/gmock-actions.h

Issue 2825006: Revert 49982 - patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | « skia/skia.gyp ('k') | testing/gtest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gmock/include/gmock/gmock-actions.h
===================================================================
--- testing/gmock/include/gmock/gmock-actions.h (revision 50001)
+++ testing/gmock/include/gmock/gmock-actions.h (working copy)
@@ -680,7 +680,7 @@
template <typename Result, typename ArgumentTuple>
void Perform(const ArgumentTuple& args) const {
- // CompileAssertTypesEqual<void, Result>();
+ CompileAssertTypesEqual<void, Result>();
*::std::tr1::get<N>(args) = value_;
}
« no previous file with comments | « skia/skia.gyp ('k') | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698