Index: athena/home/minimized_home.h |
diff --git a/athena/home/minimized_home.h b/athena/home/minimized_home.h |
index 4427f45732d4b57dd4fed10b712cc6d6339fa5bf..8763a8f16d4b120ca819f00c45d50c762c8bdc73 100644 |
--- a/athena/home/minimized_home.h |
+++ b/athena/home/minimized_home.h |
@@ -5,13 +5,15 @@ |
#ifndef ATHENA_HOME_MINIMIZED_HOME_H_ |
#define ATHENA_HOME_MINIMIZED_HOME_H_ |
-namespace views { |
-class View; |
+#include "base/memory/scoped_ptr.h" |
+ |
+namespace ui { |
+class LayerOwner; |
} |
namespace athena { |
-views::View* CreateMinimizedHome(); |
+scoped_ptr<ui::LayerOwner> CreateMinimizedHome(); |
} // namespace athena |