Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / url / url_file.h
index f81c21f..540cb25 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "url/url_parse_internal.h"
 
-namespace url_parse {
+namespace url {
 
 #ifdef WIN32
 
@@ -78,6 +78,6 @@ inline bool DoesBeginUNCPath(const CHAR* text,
 
 #endif  // WIN32
 
-}  // namespace url_parse
+}  // namespace url
 
 #endif  // URL_URL_FILE_H_