| Index: Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp
|
| diff --git a/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp b/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp
|
| index 8c7c8ee559638801e12b8634b620d7372c1ba7d9..2ca6e9bb634ff756318a84bbdafa1335fc2a7b46 100644
|
| --- a/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp
|
| +++ b/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp
|
| @@ -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
|
|
|