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

Unified Diff: athena/content/app_activity.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 | « athena/content/DEPS ('k') | athena/content/app_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/app_activity.h
diff --git a/athena/content/app_activity.h b/athena/content/app_activity.h
index cfbe93d7fd538f7bba7b09dc8bc92bb39ae67245..4f6ef2b3d47ac45d05805aaf02fe053feea03930 100644
--- a/athena/content/app_activity.h
+++ b/athena/content/app_activity.h
@@ -10,7 +10,7 @@
#include "content/public/browser/web_contents_observer.h"
#include "ui/gfx/image/image_skia.h"
-namespace apps {
+namespace extensions {
class ShellAppWindow;
}
@@ -24,7 +24,7 @@ class AppActivity : public Activity,
public ActivityViewModel,
public content::WebContentsObserver {
public:
- explicit AppActivity(apps::ShellAppWindow* app_window);
+ explicit AppActivity(extensions::ShellAppWindow* app_window);
virtual ~AppActivity();
protected:
@@ -51,7 +51,7 @@ class AppActivity : public Activity,
const std::vector<content::FaviconURL>& candidates) OVERRIDE;
private:
- scoped_ptr<apps::ShellAppWindow> app_window_;
+ scoped_ptr<extensions::ShellAppWindow> app_window_;
views::WebView* web_view_;
// The current state for this activity.
« no previous file with comments | « athena/content/DEPS ('k') | athena/content/app_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698