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

Unified Diff: athena/content/content_activity_factory.h

Issue 505273002: Move app_shell specific impl from athena_lib to athena_shell_lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « athena/content/app_activity_unittest.cc ('k') | athena/content/content_activity_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/content_activity_factory.h
diff --git a/athena/content/public/content_activity_factory.h b/athena/content/content_activity_factory.h
similarity index 71%
rename from athena/content/public/content_activity_factory.h
rename to athena/content/content_activity_factory.h
index 2d41441ae8855c468a918fab6ce0d034dc6e94f8..18c66b740c2ea4533bfe0558c03b2d952cc1ee04 100644
--- a/athena/content/public/content_activity_factory.h
+++ b/athena/content/content_activity_factory.h
@@ -2,16 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ATHENA_CONTENT_PUBLIC_CONTENT_ACTIVITY_FACTORY_H_
-#define ATHENA_CONTENT_PUBLIC_CONTENT_ACTIVITY_FACTORY_H_
+#ifndef ATHENA_CONTENT_CONTENT_ACTIVITY_FACTORY_H_
+#define ATHENA_CONTENT_CONTENT_ACTIVITY_FACTORY_H_
#include "athena/activity/public/activity_factory.h"
-#include "athena/athena_export.h"
#include "base/macros.h"
namespace athena {
-class ATHENA_EXPORT ContentActivityFactory : public ActivityFactory {
+class ContentActivityFactory : public ActivityFactory {
public:
ContentActivityFactory();
virtual ~ContentActivityFactory();
@@ -21,6 +20,7 @@ class ATHENA_EXPORT ContentActivityFactory : public ActivityFactory {
const GURL& url) OVERRIDE;
virtual Activity* CreateAppActivity(
extensions::ShellAppWindow* app_window) OVERRIDE;
+ virtual Activity* CreateAppActivity(apps::AppWindow* app_window) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(ContentActivityFactory);
@@ -28,4 +28,4 @@ class ATHENA_EXPORT ContentActivityFactory : public ActivityFactory {
} // namespace athena
-#endif // ATHENA_CONTENT_PUBLIC_CONTENT_ACTIVITY_FACTORY_H_
+#endif // ATHENA_CONTENT_CONTENT_ACTIVITY_FACTORY_H_
« no previous file with comments | « athena/content/app_activity_unittest.cc ('k') | athena/content/content_activity_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698