Index: Source/modules/filesystem/FileSystemCallbacks.h |
diff --git a/Source/modules/filesystem/FileSystemCallbacks.h b/Source/modules/filesystem/FileSystemCallbacks.h |
index 2925a699cbfb91f372b932fa1903d04a659575b7..8d9c11863bb2b6d31bfd6a0e9cb31038d65bc705 100644 |
--- a/Source/modules/filesystem/FileSystemCallbacks.h |
+++ b/Source/modules/filesystem/FileSystemCallbacks.h |
@@ -144,7 +144,7 @@ private: |
class FileWriterBaseCallbacks FINAL : public FileSystemCallbacksBase { |
public: |
static PassOwnPtr<AsyncFileSystemCallbacks> create(PassRefPtrWillBeRawPtr<FileWriterBase>, PassOwnPtr<FileWriterBaseCallback>, PassOwnPtr<ErrorCallback>, ExecutionContext*); |
- virtual void didCreateFileWriter(PassOwnPtr<blink::WebFileWriter>, long long length) OVERRIDE; |
+ virtual void didCreateFileWriter(PassOwnPtr<WebFileWriter>, long long length) OVERRIDE; |
private: |
FileWriterBaseCallbacks(PassRefPtrWillBeRawPtr<FileWriterBase>, PassOwnPtr<FileWriterBaseCallback>, PassOwnPtr<ErrorCallback>, ExecutionContext*); |
@@ -174,6 +174,6 @@ private: |
OwnPtr<VoidCallback> m_successCallback; |
}; |
-} // namespace |
+} // namespace blink |
#endif // FileSystemCallbacks_h |