Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / printing / backend / cups_helper.cc
index 9215bb9..296b95e 100644 (file)
@@ -314,7 +314,7 @@ HttpConnectionCUPS::HttpConnectionCUPS(const GURL& print_server_url,
     return;
 
   int port = print_server_url.IntPort();
-  if (port == url_parse::PORT_UNSPECIFIED)
+  if (port == url::PORT_UNSPECIFIED)
     port = kDefaultIPPServerPort;
 
   http_ = httpConnectEncrypt(print_server_url.host().c_str(), port, encryption);