Index: Source/web/LocalFileSystemClient.h |
diff --git a/Source/web/LocalFileSystemClient.h b/Source/web/LocalFileSystemClient.h |
index 7d4758d980736a196df934bd9a6719fae2026d05..d72ef9b1d51713d5e206bb11f9b5f7e7a166f533 100644 |
--- a/Source/web/LocalFileSystemClient.h |
+++ b/Source/web/LocalFileSystemClient.h |
@@ -34,7 +34,7 @@ |
#include "modules/filesystem/FileSystemClient.h" |
#include "wtf/Forward.h" |
-namespace WebKit { |
+namespace blink { |
class LocalFileSystemClient : public WebCore::FileSystemClient { |
public: |
@@ -48,6 +48,6 @@ private: |
LocalFileSystemClient(); |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // LocalFileSystemClient_h |