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

Unified Diff: app/animation_container_unittest.cc

Issue 5950003: Remove CrApplication dependency from base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: '' Created 10 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 | « no previous file | app/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/animation_container_unittest.cc
diff --git a/app/animation_container_unittest.cc b/app/animation_container_unittest.cc
index 5375fc7c3e8593029622138bf1be0e2ae611087c..5aa3be6bfe119977c15bbf4f72c3ff0c055cd453 100644
--- a/app/animation_container_unittest.cc
+++ b/app/animation_container_unittest.cc
@@ -109,13 +109,13 @@ TEST_F(AnimationContainerTest, Observer) {
animation1.Start();
EXPECT_TRUE(container->is_running());
- // Run the message loop the delegate quits the message loop when notified.
+ // Run the message loop. The delegate quits the message loop when notified.
MessageLoop::current()->Run();
// The timer should have finished.
EXPECT_TRUE(delegate1.finished());
- // And the container should no longer be runnings.
+ // And the container should no longer be running.
EXPECT_FALSE(container->is_running());
container->set_observer(NULL);
« no previous file with comments | « no previous file | app/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698