Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / filesystem / DOMFilePath.h
index 8ce0cf6..92a9f5f 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 // DOMFileSystem path utilities. All methods in this class are static.
 class DOMFilePath {
@@ -79,6 +79,6 @@ private:
     DOMFilePath() { }
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMFilePath_h