| Index: chrome/browser/chromeos/gdata/gdata_file_system.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| index 353d69572a0dd693bfa6747b97b4354f063564de..a084959b982a1ef8e84df1eabaec991ad5c2f28d 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
|
| @@ -208,6 +208,8 @@ class GDataFileSystem : public GDataFileSystemInterface,
|
| GDataFileSystemInterface::Observer* observer) OVERRIDE;
|
| virtual void StartUpdates() OVERRIDE;
|
| virtual void StopUpdates() OVERRIDE;
|
| + virtual void NotifyFileSystemMounted() OVERRIDE;
|
| + virtual void NotifyFileSystemUnmounting() OVERRIDE;
|
| virtual void CheckForUpdates() OVERRIDE;
|
| virtual void GetEntryInfoByResourceId(
|
| const std::string& resource_id,
|
|
|