diff options
Diffstat (limited to 'ash/test/shelf_view_test_api.h')
-rw-r--r-- | ash/test/shelf_view_test_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/test/shelf_view_test_api.h b/ash/test/shelf_view_test_api.h index 56ca723..71d8f74 100644 --- a/ash/test/shelf_view_test_api.h +++ b/ash/test/shelf_view_test_api.h @@ -84,7 +84,7 @@ class ShelfViewTestAPI { gfx::Rect GetBoundsForDragInsertInScreen(); // Returns true if item is ripped off. - bool IsDraggingShelfItem(); + bool IsRippedOffFromShelf(); // Returns true if an item is ripped off and entered into shelf. bool DraggedItemFromOverflowToShelf(); |