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

Unified Diff: chrome/browser/chromeos/file_system_provider/operations/close_file.cc

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/close_file.cc
diff --git a/chrome/browser/chromeos/file_system_provider/operations/close_file.cc b/chrome/browser/chromeos/file_system_provider/operations/close_file.cc
index 0771197bbd4dacadbc76b833dc0b981b49f4e970..86deda8029b317f0b9546452986efd7300142f84 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/close_file.cc
+++ b/chrome/browser/chromeos/file_system_provider/operations/close_file.cc
@@ -37,7 +37,7 @@ bool CloseFile::Execute(int request_id) {
void CloseFile::OnSuccess(int /* request_id */,
scoped_ptr<RequestValue> result,
- bool has_next) {
+ bool has_more) {
callback_.Run(base::File::FILE_OK);
}

Powered by Google App Engine
This is Rietveld 408576698