Index: ash/shelf/shelf_layout_manager.h |
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h |
index b411f514f7d852c124b48a9f6ad9d1de364fa274..cac6144e3314acb924aacca787c30854cb46ef6c 100644 |
--- a/ash/shelf/shelf_layout_manager.h |
+++ b/ash/shelf/shelf_layout_manager.h |
@@ -47,6 +47,7 @@ class ShelfLayoutManagerTest; |
class ShelfWidget; |
class StatusAreaWidget; |
class WorkspaceController; |
+FORWARD_DECLARE_TEST(AshPopupAlignmentDelegateTest, AutoHide); |
FORWARD_DECLARE_TEST(WebNotificationTrayTest, PopupAndFullscreen); |
// ShelfLayoutManager is the layout manager responsible for the shelf and |
@@ -226,6 +227,7 @@ class ASH_EXPORT ShelfLayoutManager : |
friend class ash::ScreenAsh; |
friend class PanelLayoutManagerTest; |
friend class ShelfLayoutManagerTest; |
+ FRIEND_TEST_ALL_PREFIXES(ash::AshPopupAlignmentDelegateTest, AutoHide); |
FRIEND_TEST_ALL_PREFIXES(ash::WebNotificationTrayTest, PopupAndFullscreen); |
struct TargetBounds { |