Upstream version 6.34.113.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / ui / native_app_window_views.cc
index 96177a0..0e1506b 100644 (file)
@@ -18,7 +18,7 @@
 #include "ui/views/window/native_frame_view.h"
 #endif
 
-#if defined(OS_TIZEN_MOBILE)
+#if defined(OS_TIZEN)
 #include "xwalk/runtime/browser/ui/native_app_window_tizen.h"
 #endif
 
@@ -294,7 +294,7 @@ void NativeAppWindowViews::OnWidgetBoundsChanged(views::Widget* widget,
 NativeAppWindow* NativeAppWindow::Create(
     const NativeAppWindow::CreateParams& create_params) {
   NativeAppWindowViews* window;
-#if defined(OS_TIZEN_MOBILE)
+#if defined(OS_TIZEN)
   window = new NativeAppWindowTizen(create_params);
 #else
   window = new NativeAppWindowViews(create_params);