Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_content_client.cc
index 754230d..c51ac4a 100644 (file)
@@ -45,7 +45,7 @@ std::string GetProduct() {
 
 std::string GetUserAgent() {
   std::string product = GetProduct();
-#if (defined(OS_TIZEN) || defined(OS_ANDROID))
+#if (defined(OS_TIZEN_MOBILE) || defined(OS_ANDROID))
   product += " Mobile Crosswalk/" XWALK_VERSION;
 #else
   product += " Crosswalk/" XWALK_VERSION;