Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2793)

Unified Diff: athena/activity/public/activity_factory.h

Issue 494033002: Move AppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded include in chrome_shell_delegate.cc Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/ui/views/native_app_window_views.cc ('k') | athena/content/content_activity_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/public/activity_factory.h
diff --git a/athena/activity/public/activity_factory.h b/athena/activity/public/activity_factory.h
index 557f3b173904e5c1750e476fcadb0ec4de49c07a..91f1ec79bcfac04aeff112ab1652bbf4186a0d06 100644
--- a/athena/activity/public/activity_factory.h
+++ b/athena/activity/public/activity_factory.h
@@ -8,15 +8,12 @@
#include "athena/athena_export.h"
#include "url/gurl.h"
-namespace apps {
-class AppWindow;
-}
-
namespace content {
class BrowserContext;
}
namespace extensions {
+class AppWindow;
class ShellAppWindow;
}
@@ -48,7 +45,7 @@ class ATHENA_EXPORT ActivityFactory {
const std::string& id) = 0;
// Create an activity of an app with |app_window| for chrome environment.
- virtual Activity* CreateAppActivity(apps::AppWindow* app_window) = 0;
+ virtual Activity* CreateAppActivity(extensions::AppWindow* app_window) = 0;
};
} // namespace athena
« no previous file with comments | « apps/ui/views/native_app_window_views.cc ('k') | athena/content/content_activity_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698