Index: ui/app_list/views/app_list_drag_and_drop_host.h |
diff --git a/ui/app_list/views/app_list_drag_and_drop_host.h b/ui/app_list/views/app_list_drag_and_drop_host.h |
index 7774f949699199bacec0eb80c29fb4fe8d1282d9..7680dfdb4598275bc0ba066bf4e9de05d6d5d8db 100644 |
--- a/ui/app_list/views/app_list_drag_and_drop_host.h |
+++ b/ui/app_list/views/app_list_drag_and_drop_host.h |
@@ -12,6 +12,10 @@ class Point; |
class Vector2d; |
} // namespace gfx |
+namespace views { |
+class View; |
+} // namespace views |
+ |
namespace app_list { |
// This class will get used by the AppListView to drag and drop Application |