| Index: Source/modules/filesystem/InspectorFrontendHostFileSystem.h
|
| diff --git a/Source/modules/filesystem/InspectorFrontendHostFileSystem.h b/Source/modules/filesystem/InspectorFrontendHostFileSystem.h
|
| index 7f593459765fbed3e727222ac3396a6f4de57fc0..82ea84c95bcb61263199830c36236c864e8f426b 100644
|
| --- a/Source/modules/filesystem/InspectorFrontendHostFileSystem.h
|
| +++ b/Source/modules/filesystem/InspectorFrontendHostFileSystem.h
|
| @@ -8,7 +8,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DOMFileSystem;
|
| class InspectorFrontendHost;
|
| @@ -22,6 +22,6 @@ private:
|
| ~InspectorFrontendHostFileSystem();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // !defined(InspectorFrontendHostFileSystem_h)
|
|
|