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

Unified Diff: chrome/browser/chromeos/drive/file_system/search_operation.cc

Issue 15737031: Remove drive::file_system::Operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/search_operation.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system/search_operation.cc
diff --git a/chrome/browser/chromeos/drive/file_system/search_operation.cc b/chrome/browser/chromeos/drive/file_system/search_operation.cc
index 59fcff38bef7e30ed58b5417be47396a383a2462..c1dd91788f87462155402f8f4db582775b9c1fcd 100644
--- a/chrome/browser/chromeos/drive/file_system/search_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/search_operation.cc
@@ -83,7 +83,7 @@ SearchOperation::~SearchOperation() {
void SearchOperation::Search(const std::string& search_query,
const GURL& next_feed,
- const SearchOperationCallback& callback) {
+ const SearchCallback& callback) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
DCHECK(!callback.is_null());
@@ -103,7 +103,7 @@ void SearchOperation::Search(const std::string& search_query,
}
void SearchOperation::SearchAfterGetResourceList(
- const SearchOperationCallback& callback,
+ const SearchCallback& callback,
google_apis::GDataErrorCode gdata_error,
scoped_ptr<google_apis::ResourceList> resource_list) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
@@ -148,7 +148,7 @@ void SearchOperation::SearchAfterGetResourceList(
}
void SearchOperation::SearchAfterRefreshEntry(
- const SearchOperationCallback& callback,
+ const SearchCallback& callback,
const GURL& next_feed,
scoped_ptr<std::vector<SearchResultInfo> > result,
FileError error) {
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/search_operation.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698