| Index: Source/platform/AsyncFileSystemCallbacks.h
|
| diff --git a/Source/platform/AsyncFileSystemCallbacks.h b/Source/platform/AsyncFileSystemCallbacks.h
|
| index 88564ad753a5cac2475bc658ebbd7464c9b89faf..2f6ee3e342755523b04d7f17c163202c3f2e7d47 100644
|
| --- a/Source/platform/AsyncFileSystemCallbacks.h
|
| +++ b/Source/platform/AsyncFileSystemCallbacks.h
|
| @@ -68,7 +68,7 @@ public:
|
| virtual void didReadDirectoryEntries(bool hasMore) { ASSERT_NOT_REACHED(); }
|
|
|
| // Called when an AsyncFileWrter has been created successfully.
|
| - virtual void didCreateFileWriter(PassOwnPtr<blink::WebFileWriter>, long long length) { ASSERT_NOT_REACHED(); }
|
| + virtual void didCreateFileWriter(PassOwnPtr<WebFileWriter>, long long length) { ASSERT_NOT_REACHED(); }
|
|
|
| // Called when there was an error.
|
| virtual void didFail(int code) = 0;
|
| @@ -91,6 +91,6 @@ private:
|
| bool m_blockUntilCompletion;
|
| };
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| #endif // AsyncFileSystemCallbacks_h
|
|
|