Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3914)

Unified Diff: chrome/browser/google_apis/gdata_wapi_service.h

Issue 14146006: Refactoring: replace SearchInDirectory by SearchByTitle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698