Index: athena/activity/public/activity_view_model.h |
diff --git a/athena/activity/public/activity_view_model.h b/athena/activity/public/activity_view_model.h |
index 8384bba8d8a4fd1f7b436d33a58963f2f6c474ce..b7eb2212a8cf4ac0d864a1c851fe9e81dd9765eb 100644 |
--- a/athena/activity/public/activity_view_model.h |
+++ b/athena/activity/public/activity_view_model.h |
@@ -11,8 +11,8 @@ |
typedef unsigned int SkColor; |
-namespace aura { |
-class Window; |
+namespace views { |
+class View; |
} |
namespace athena { |
@@ -27,8 +27,8 @@ class ATHENA_EXPORT ActivityViewModel { |
// Returns a title for the activity. |
virtual std::string GetTitle() = 0; |
- // Returns the native window containing the activity. |
- virtual aura::Window* GetNativeWindow() = 0; |
+ // Returns the contents view. |
+ virtual views::View* GetContentsView() = 0; |
}; |
} // namespace athena |