Index: Source/modules/filesystem/Entry.h |
diff --git a/Source/modules/filesystem/Entry.h b/Source/modules/filesystem/Entry.h |
index dac1528f02fb9caaaed58b16aae02abd43fe36fb..4fa5473547ee90ff2aab2ad0915a953e5f12f132 100644 |
--- a/Source/modules/filesystem/Entry.h |
+++ b/Source/modules/filesystem/Entry.h |
@@ -36,7 +36,7 @@ |
#include "modules/filesystem/EntryBase.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class DirectoryEntry; |
class EntryCallback; |
@@ -61,6 +61,6 @@ protected: |
Entry(DOMFileSystemBase*, const String& fullPath); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // Entry_h |