Index: ash/shelf/shelf_layout_manager_observer.h |
diff --git a/ash/shelf/shelf_layout_manager_observer.h b/ash/shelf/shelf_layout_manager_observer.h |
index e8c552bd4f428b640a4c5741a0d9e7dc56c973ef..4fddcffb7a6a8d9f2d9221a08a0a9d0a1127ecb4 100644 |
--- a/ash/shelf/shelf_layout_manager_observer.h |
+++ b/ash/shelf/shelf_layout_manager_observer.h |
@@ -29,9 +29,8 @@ class ASH_EXPORT ShelfLayoutManagerObserver { |
virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {} |
// Called when shelf background animation is started. |
- virtual void OnBackgroundUpdated( |
- ShelfBackgroundType background_type, |
- BackgroundAnimatorChangeType change_type) {} |
+ virtual void OnBackgroundUpdated(wm::ShelfBackgroundType background_type, |
+ BackgroundAnimatorChangeType change_type) {} |
}; |
} // namespace ash |