Index: chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
index daa6becdc5e3da80f5d2897e1a434284abdc2ef1..4f3b80e45c015b24521f4455a2c68f271fc64da2 100644 |
--- a/chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/mock_gdata_file_system.h |
@@ -28,7 +28,8 @@ class MockGDataFileSystem : public GDataFileSystemInterface { |
MOCK_METHOD2(GetFileInfoByResourceId, |
void(const std::string& resource_id, |
const GetFileInfoWithFilePathCallback& callback)); |
- MOCK_METHOD2(Search, void(const std::string& search_query, |
+ MOCK_METHOD3(Search, void(const std::string& search_query, |
+ const GURL& next_feed, |
const SearchCallback& callback)); |
MOCK_METHOD3(TransferFileFromRemoteToLocal, |
void(const FilePath& local_src_file_path, |