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

Unified Diff: ui/views/animation/test/ink_drop_hover_test_api.h

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
Index: ui/views/animation/test/ink_drop_hover_test_api.h
diff --git a/ui/views/animation/test/ink_drop_hover_test_api.h b/ui/views/animation/test/ink_drop_hover_test_api.h
index 07f24b552c18aaa3e73b9ebdef7ccff3920b9cab..1393f2ee31d4dd134a4730c9cb09e37c8a8434d0 100644
--- a/ui/views/animation/test/ink_drop_hover_test_api.h
+++ b/ui/views/animation/test/ink_drop_hover_test_api.h
@@ -41,7 +41,7 @@ class InkDropHoverTestApi
InkDropHover* ink_drop_hover() const { return ink_drop_hover_; }
private:
- // The InkDropedAnimation to provide internal access to.
+ // The InkDropHover to provide internal access to.
InkDropHover* ink_drop_hover_;
DISALLOW_COPY_AND_ASSIGN(InkDropHoverTestApi);

Powered by Google App Engine
This is Rietveld 408576698