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

Unified Diff: chrome/common/animation_unittest.cc

Issue 3149: Porting changes in chrome/{browser,common}, also enabling more unit tests.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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
Index: chrome/common/animation_unittest.cc
===================================================================
--- chrome/common/animation_unittest.cc (revision 2402)
+++ chrome/common/animation_unittest.cc (working copy)
@@ -79,8 +79,8 @@
}
private:
+ bool canceled_;
bool finished_;
- bool canceled_;
};
TEST_F(AnimationTest, RunCase) {

Powered by Google App Engine
This is Rietveld 408576698