Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / DOMWindowBase64.h
index 55ccfb7..2854ab3 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class ExceptionState;
 
@@ -45,6 +45,6 @@ public:
     String atob(const String& encodedString, ExceptionState&);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMWindowBase64_h