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 39b1008e92bc47872105819acaeda425efa889b6..bc1f5637e8781a46b73aa2c87e11dab17c8c473e 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h |
@@ -63,6 +63,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { |
base::ProcessHandle peer_handle, |
const fileapi::FileSystemOperationInterface::OpenFileCallback& |
callback) OVERRIDE; |
+ virtual void NotifyCloseFile(const GURL& path) OVERRIDE; |
// TODO(zelidrag): More methods to follow as we implement other parts of FSO. |
private: |