| Index: Source/modules/filesystem/InspectorFileSystemAgent.h
|
| diff --git a/Source/modules/filesystem/InspectorFileSystemAgent.h b/Source/modules/filesystem/InspectorFileSystemAgent.h
|
| index 26f9a0cd5acde6280917e333136af220efecbc8d..58c7df4f01657a9cd8c5a65bb81696a76c8c1be3 100644
|
| --- a/Source/modules/filesystem/InspectorFileSystemAgent.h
|
| +++ b/Source/modules/filesystem/InspectorFileSystemAgent.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
| class Page;
|
| @@ -67,6 +67,6 @@ private:
|
| bool m_enabled;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // InspectorFileSystemAgent_h
|
|
|