diff options
Diffstat (limited to 'athena/content/app_activity_proxy.h')
-rw-r--r-- | athena/content/app_activity_proxy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/athena/content/app_activity_proxy.h b/athena/content/app_activity_proxy.h index 68db1bb..9f3bfbe 100644 --- a/athena/content/app_activity_proxy.h +++ b/athena/content/app_activity_proxy.h @@ -11,7 +11,6 @@ #include "athena/activity/public/activity_view_model.h" #include "athena/content/content_proxy.h" #include "base/memory/scoped_ptr.h" -#include "ui/gfx/image/image_skia.h" namespace athena { @@ -19,7 +18,7 @@ class AppActivity; class AppActivityRegistry; // This activity object is a proxy placeholder for the application while it is -// unloaded. When selected it will launch the applciation again and destroy +// unloaded. When selected it will launch the application again and destroy // itself indirectly. class AppActivityProxy : public Activity, public ActivityViewModel { |