Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / athena / main / athena_app_window_controller.h
index 78684d5..ea2c172 100644 (file)
@@ -5,20 +5,20 @@
 #ifndef ATHENA_MAIN_ATHENA_APP_WINDOW_CONTROLLER_H_
 #define ATHENA_MAIN_ATHENA_APP_WINDOW_CONTROLLER_H_
 
-#include "apps/shell/browser/shell_app_window_controller.h"
 #include "base/macros.h"
+#include "extensions/shell/browser/shell_app_window_controller.h"
 
 namespace athena {
 
 // The shell app window controller for athena. It embeds the web_contents of
 // an app window into an Athena activity.
-class AthenaAppWindowController : public apps::ShellAppWindowController {
+class AthenaAppWindowController : public extensions::ShellAppWindowController {
  public:
   AthenaAppWindowController();
   virtual ~AthenaAppWindowController();
 
-  // Overridden from apps::ShellAppWindowController:
-  virtual apps::ShellAppWindow* CreateAppWindow(
+  // Overridden from extensions::ShellAppWindowController:
+  virtual extensions::ShellAppWindow* CreateAppWindow(
       content::BrowserContext* context) OVERRIDE;
   virtual void CloseAppWindows() OVERRIDE;