Index: ash/test/shelf_view_test_api.h |
diff --git a/ash/test/shelf_view_test_api.h b/ash/test/shelf_view_test_api.h |
index 3967e7cc1eb28713967c96b224b03b013e142c44..8df86c897728bf1e83120a4f881234657e0fe42b 100644 |
--- a/ash/test/shelf_view_test_api.h |
+++ b/ash/test/shelf_view_test_api.h |
@@ -112,8 +112,9 @@ class ShelfViewTestAPI { |
// Returns true if item is ripped off. |
bool IsRippedOffFromShelf(); |
- // Returns true if an item is ripped off and entered into shelf. |
- bool DraggedItemFromOverflowToShelf(); |
+ // Returns true when an item is dragged from one shelf to another (eg. |
+ // overflow). |
+ bool DraggedItemToAnotherShelf(); |
// An accessor for |shelf_button_pressed_metric_tracker_|. |
ShelfButtonPressedMetricTracker* shelf_button_pressed_metric_tracker(); |