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

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

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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/shell/test/shell_tests_main.cc ('k') | athena/content/DEPS » ('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 bc95893e2539de907380bfb1ba58b3bd629ab087..cd79ca76b7c0a7b0cbdd10630085b3b1c1f57def 100644
--- a/athena/activity/public/activity_factory.h
+++ b/athena/activity/public/activity_factory.h
@@ -8,14 +8,14 @@
#include "athena/athena_export.h"
#include "url/gurl.h"
-namespace apps {
-class ShellAppWindow;
-}
-
namespace content {
class BrowserContext;
}
+namespace extensions {
+class ShellAppWindow;
+}
+
namespace athena {
class Activity;
@@ -38,7 +38,8 @@ class ATHENA_EXPORT ActivityFactory {
// Create an activity of an app with |app_window|. The returned activity
// should own |app_window|.
- virtual Activity* CreateAppActivity(apps::ShellAppWindow* app_window) = 0;
+ virtual Activity* CreateAppActivity(
+ extensions::ShellAppWindow* app_window) = 0;
};
} // namespace athena
« no previous file with comments | « apps/shell/test/shell_tests_main.cc ('k') | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698