Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / filesystem / InspectorFrontendHostFileSystem.cpp
index 8c7c8ee..2ca6e9b 100644 (file)
@@ -12,7 +12,7 @@
 #include "modules/filesystem/DOMFileSystem.h"
 #include "platform/JSONValues.h"
 
-namespace WebCore {
+namespace blink {
 
 DOMFileSystem* InspectorFrontendHostFileSystem::isolatedFileSystem(InspectorFrontendHost& host, const String& fileSystemName, const String& rootURL)
 {
@@ -36,4 +36,4 @@ InspectorFrontendHostFileSystem::InspectorFrontendHostFileSystem() { }
 InspectorFrontendHostFileSystem::~InspectorFrontendHostFileSystem() { }
 
 
-} // namespace WebCore
+} // namespace blink