Index: chrome/browser/google_apis/gdata_wapi_service.h |
diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h |
index 7ff18c9f513d770f5d76c8eff8cd3c18b40a74e3..182e13d4e8e51aac010dce6076c79acee22b7a25 100644 |
--- a/chrome/browser/google_apis/gdata_wapi_service.h |
+++ b/chrome/browser/google_apis/gdata_wapi_service.h |
@@ -73,8 +73,8 @@ class GDataWapiService : public DriveServiceInterface, |
virtual void Search( |
const std::string& search_query, |
const GetResourceListCallback& callback) OVERRIDE; |
- virtual void SearchInDirectory( |
- const std::string& search_query, |
+ virtual void SearchByTitle( |
+ const std::string& title, |
const std::string& directory_resource_id, |
const GetResourceListCallback& callback) OVERRIDE; |
virtual void GetChangeList( |