Index: chrome/browser/chromeos/drive/file_system.h |
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h |
index 79e3986ba58be87735fd2196bd1272f1bd967185..aa5a2070c3439de6735fb65aa4fd7aa472814184 100644 |
--- a/chrome/browser/chromeos/drive/file_system.h |
+++ b/chrome/browser/chromeos/drive/file_system.h |
@@ -160,6 +160,7 @@ class FileSystem : public FileSystemInterface, |
virtual void OnCacheFileUploadNeededByOperation( |
const std::string& local_id) OVERRIDE; |
virtual void OnEntryUpdatedByOperation(const std::string& local_id) OVERRIDE; |
+ virtual void OnDriveSyncError(file_system::DriveSyncErrorType type) OVERRIDE; |
// ChangeListLoader::Observer overrides. |
// Used to propagate events from ChangeListLoader. |