Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / apps / chrome_shell_window_delegate_views_win.cc
index 9ef69f3..76a8e88 100644 (file)
@@ -8,9 +8,9 @@
 
 // static
 apps::NativeAppWindow* ChromeShellWindowDelegate::CreateNativeAppWindowImpl(
-    apps::ShellWindow* shell_window,
-    const apps::ShellWindow::CreateParams& params) {
+    apps::AppWindow* app_window,
+    const apps::AppWindow::CreateParams& params) {
   NativeAppWindowViewsWin* window = new NativeAppWindowViewsWin;
-  window->Init(shell_window, params);
+  window->Init(app_window, params);
   return window;
 }