Index: public/platform/WebFileSystem.h |
diff --git a/public/platform/WebFileSystem.h b/public/platform/WebFileSystem.h |
index f05f27dbcdfd4d29d33b86c95bfcae5860785683..a25cf60d2567e20e6f0a49f2ca289e73fcbd02fa 100644 |
--- a/public/platform/WebFileSystem.h |
+++ b/public/platform/WebFileSystem.h |
@@ -36,7 +36,7 @@ |
#include "WebFileSystemType.h" |
#include "WebURL.h" |
-namespace WebKit { |
+namespace blink { |
// FIXME: Remove this after the switch is over. |
#define NON_SELFDESTRUCT_WEBFILESYSTEMCALLBACKS |
@@ -166,6 +166,6 @@ protected: |
virtual ~WebFileSystem() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |