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

Unified Diff: ui/views/animation/ink_drop_factory_unittest.cc

Issue 1963193002: Ink Drop cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tdanderson@ nit from patch set 1. Created 4 years, 7 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 | « ui/views/animation/ink_drop_animation_controller_impl.cc ('k') | ui/views/animation/ink_drop_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_factory_unittest.cc
diff --git a/ui/views/animation/ink_drop_factory_unittest.cc b/ui/views/animation/ink_drop_factory_unittest.cc
index 96d61a489133ef6b1ccedfa0f52a824aa7b01dc6..2b584d1e358cfc2413262e22f8f9ba694bc933b8 100644
--- a/ui/views/animation/ink_drop_factory_unittest.cc
+++ b/ui/views/animation/ink_drop_factory_unittest.cc
@@ -68,7 +68,7 @@ InkDropFactoryTest::InkDropFactoryTest() : ink_drop_(nullptr) {
break;
case ui::MaterialDesignController::MATERIAL_NORMAL:
case ui::MaterialDesignController::MATERIAL_HYBRID:
- // The Timer's used by the InkDropAnimationControllerImpl class require a
+ // The Timer's used by the InkDropImpl class require a
// base::ThreadTaskRunnerHandle instance.
scoped_refptr<base::TestMockTimeTaskRunner> task_runner(
new base::TestMockTimeTaskRunner);
« no previous file with comments | « ui/views/animation/ink_drop_animation_controller_impl.cc ('k') | ui/views/animation/ink_drop_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698