Index: chrome/browser/chromeos/gdata/mock_gdata_sync_client.h |
=================================================================== |
--- chrome/browser/chromeos/gdata/mock_gdata_sync_client.h (revision 132314) |
+++ chrome/browser/chromeos/gdata/mock_gdata_sync_client.h (working copy) |
@@ -32,7 +32,7 @@ |
const std::string& md5)); |
MOCK_METHOD2(OnFileUnpinned, void(const std::string& resource_id, |
const std::string& md5)); |
- // GDataSyncClient is not interested in OnDirectoryChanged. |
+ MOCK_METHOD1(OnDirectoryChanged, void(const FilePath& directory_path)); |
}; |
} // namespace gdata |