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

Unified Diff: chrome/browser/chromeos/file_system_provider/operations/operation.h

Issue 304533003: [fsp] Rename has_next to has_more. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 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
Index: chrome/browser/chromeos/file_system_provider/operations/operation.h
diff --git a/chrome/browser/chromeos/file_system_provider/operations/operation.h b/chrome/browser/chromeos/file_system_provider/operations/operation.h
index 84208d4a443688476622a57c0483e57d533fbab6..86740b7ca1d461630e7b8a7443ef19b90748c2e6 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/operation.h
+++ b/chrome/browser/chromeos/file_system_provider/operations/operation.h
@@ -40,7 +40,7 @@ class Operation : public RequestManager::HandlerInterface {
virtual bool Execute(int request_id) OVERRIDE = 0;
virtual void OnSuccess(int request_id,
scoped_ptr<RequestValue> result,
- bool has_next) OVERRIDE = 0;
+ bool has_more) OVERRIDE = 0;
virtual void OnError(int request_id, base::File::Error error) OVERRIDE = 0;
// Sets custom dispatchign event implementation for tests.

Powered by Google App Engine
This is Rietveld 408576698