Index: chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
index 6f60a2f489f325eb9f5ec77de86dc347186217a8..40e6264128de9ef07965490aa46d90f55a05e608 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
@@ -78,6 +78,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { |
base::ProcessHandle peer_handle, |
const fileapi::FileSystemOperationInterface::OpenFileCallback& |
callback) OVERRIDE; |
+ virtual void NotifyCloseFile(const fileapi::FileSystemURL& url) OVERRIDE; |
// TODO(zelidrag): More methods to follow as we implement other parts of FSO. |
protected: |